2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

10_FBDECT.pm: add batterylow (Forum #61788)

git-svn-id: https://svn.fhem.de/fhem/trunk@13273 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-01-29 17:35:45 +00:00
parent 35d518d676
commit f4434200b3

View File

@ -208,6 +208,7 @@ FBDECT_Get($@)
my %fbhttp_readings = (
absenk => 'sprintf("night-temp:%.1f C", $val/2)',
batterylow => '"batterylow:$val"',
celsius => 'sprintf("temperature:%.1f C (measured)", $val/10)',
energy => 'sprintf("energy:%d Wh", $val)',
functionbitmask => '"FBPROP:$fbprop"',