mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
11_FHT.pm: add batteryState reading (Forum #94912)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18068 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
92408f5329
commit
adecd31118
@ -555,6 +555,7 @@ FHT_Parse($$)
|
|||||||
|
|
||||||
# set additional warnings and trigger notify
|
# set additional warnings and trigger notify
|
||||||
readingsBulkUpdate($def, "battery", $valBattery);
|
readingsBulkUpdate($def, "battery", $valBattery);
|
||||||
|
readingsBulkUpdate($def, "batteryState", $valBattery);
|
||||||
Log3 $name, 4, "FHT $name battery: $valBattery";
|
Log3 $name, 4, "FHT $name battery: $valBattery";
|
||||||
|
|
||||||
readingsBulkUpdate($def, "lowtemp", $valLowTemp);
|
readingsBulkUpdate($def, "lowtemp", $valLowTemp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user