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 90adc78b89
commit 35734ccccf

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);