mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
fixes to make BS and USF1000 create events again
git-svn-id: https://svn.fhem.de/fhem/trunk@2573 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d06a6d9897
commit
7b4a45da7b
@ -116,7 +116,7 @@ BS_Parse($$)
|
||||
readingsBulkUpdate($def, "brightness", $brightness);
|
||||
readingsBulkUpdate($def, "lux", $lux);
|
||||
readingsBulkUpdate($def, "flags", $flags);
|
||||
readingsEndUpdate($def, 0);
|
||||
readingsEndUpdate($def, 1);
|
||||
|
||||
return $name;
|
||||
|
||||
|
@ -165,7 +165,7 @@ USF1000_Parse($$)
|
||||
|
||||
readingsBulkUpdate($def, "warnings", $warnings);
|
||||
|
||||
readingsEndUpdate($def, 0);
|
||||
readingsEndUpdate($def, 1);
|
||||
|
||||
return $name;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user