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:
@@ -116,7 +116,7 @@ BS_Parse($$)
|
|||||||
readingsBulkUpdate($def, "brightness", $brightness);
|
readingsBulkUpdate($def, "brightness", $brightness);
|
||||||
readingsBulkUpdate($def, "lux", $lux);
|
readingsBulkUpdate($def, "lux", $lux);
|
||||||
readingsBulkUpdate($def, "flags", $flags);
|
readingsBulkUpdate($def, "flags", $flags);
|
||||||
readingsEndUpdate($def, 0);
|
readingsEndUpdate($def, 1);
|
||||||
|
|
||||||
return $name;
|
return $name;
|
||||||
|
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ USF1000_Parse($$)
|
|||||||
|
|
||||||
readingsBulkUpdate($def, "warnings", $warnings);
|
readingsBulkUpdate($def, "warnings", $warnings);
|
||||||
|
|
||||||
readingsEndUpdate($def, 0);
|
readingsEndUpdate($def, 1);
|
||||||
|
|
||||||
return $name;
|
return $name;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user