mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
fixing missing state reading and missing STATUS value with new readings handling
git-svn-id: https://svn.fhem.de/fhem/trunk@2426 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a3c88cc947
commit
59cadd74e4
@ -118,7 +118,7 @@ YAMAHA_AVR_GetStatus($;$)
|
||||
$power = "Off";
|
||||
}
|
||||
|
||||
$hash->{STATE} = lc($power);
|
||||
readingsBulkUpdate($hash, "state", lc($power));
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user