2
0
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:
borisneubert 2013-01-26 23:41:38 +00:00
parent d06a6d9897
commit 7b4a45da7b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -165,7 +165,7 @@ USF1000_Parse($$)
readingsBulkUpdate($def, "warnings", $warnings);
readingsEndUpdate($def, 0);
readingsEndUpdate($def, 1);
return $name;