mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
Pushover: urlDecode message text
git-svn-id: https://svn.fhem.de/fhem/trunk@10327 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6c75fb4c9e
commit
33e1fdfabe
@ -488,7 +488,7 @@ sub Pushover_ReceiveCommand($$$) {
|
||||
if ( $service eq "messages.json" ) {
|
||||
|
||||
readingsBulkUpdate( $hash, "lastTitle", $values->{title} );
|
||||
readingsBulkUpdate( $hash, "lastMessage", $values->{message} );
|
||||
readingsBulkUpdate( $hash, "lastMessage", urlDecode($values->{message}) );
|
||||
readingsBulkUpdate( $hash, "lastPriority", $values->{priority} );
|
||||
readingsBulkUpdate( $hash, "lastAction", $values->{action} )
|
||||
if ( $values->{action} ne "" );
|
||||
@ -508,7 +508,7 @@ sub Pushover_ReceiveCommand($$$) {
|
||||
readingsBulkUpdate( $hash, "cbTitle_" . $values->{cbNr},
|
||||
$values->{title} );
|
||||
readingsBulkUpdate( $hash, "cbMsg_" . $values->{cbNr},
|
||||
$values->{message} );
|
||||
urlDecode($values->{message}) );
|
||||
readingsBulkUpdate( $hash, "cbPrio_" . $values->{cbNr},
|
||||
$values->{priority} );
|
||||
readingsBulkUpdate( $hash, "cbAck_" . $values->{cbNr},
|
||||
|
Loading…
x
Reference in New Issue
Block a user