removed STATE setting for BulkUpdate
git-svn-id: https://svn.fhem.de/fhem/trunk@2194 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -498,7 +498,7 @@ sub TRX_LIGHT_parse_X10 {
|
||||
}
|
||||
|
||||
if (($firstdevice == 1) && $val) {
|
||||
$def->{STATE} = $val;
|
||||
#$def->{STATE} = $val;
|
||||
readingsBulkUpdate($def, "state", $val);
|
||||
}
|
||||
|
||||
|
||||
@@ -1021,7 +1021,7 @@ TRX_WEATHER_Parse($$)
|
||||
# remove heading and trailing space chars from $val
|
||||
$val =~ s/^\s+|\s+$//g;
|
||||
|
||||
$def->{STATE} = $val;
|
||||
#$def->{STATE} = $val;
|
||||
readingsBulkUpdate($def, "state", $val);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user