2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +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:
jpawlowski 2016-12-22 08:45:22 +00:00
parent 6b48b6e330
commit 82453b3254

View File

@ -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} );
}