mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
70_ENIGMA2: use readingsBulkUpdate to update recordings
git-svn-id: https://svn.fhem.de/fhem/trunk@12862 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6b48b6e330
commit
82453b3254
@ -2058,7 +2058,7 @@ sub ENIGMA2_ReceiveCommand($$$) {
|
||||
"ENIGMA2 $name: old reading $recReading was deleted";
|
||||
|
||||
# trigger event before deleting this reading to notify GUI
|
||||
readingsSingleUpdate( $hash, $recReading, "", 1 );
|
||||
readingsBulkUpdateIfChanged( $hash, $recReading, "" );
|
||||
delete( $defs{$name}{READINGS}{$recReading} );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user