fixes to make BS and USF1000 create events again

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2573 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2013-01-26 23:41:38 +00:00
parent 37a627dd52
commit 72d627bcff
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;