2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 10:46:53 +00:00

11_FHT.pm: add batteryState reading (Forum #94912)

git-svn-id: https://svn.fhem.de/fhem/trunk@18068 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-12-27 17:08:46 +00:00
parent 314fe66cc2
commit 65d8986c0f

View File

@ -555,6 +555,7 @@ FHT_Parse($$)
# set additional warnings and trigger notify
readingsBulkUpdate($def, "battery", $valBattery);
readingsBulkUpdate($def, "batteryState", $valBattery);
Log3 $name, 4, "FHT $name battery: $valBattery";
readingsBulkUpdate($def, "lowtemp", $valLowTemp);