mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 05:16:02 +00:00
10_FBDECT.pm: add rel_humidity (Forum #118303)
git-svn-id: https://svn.fhem.de/fhem/trunk@24008 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0dcf745430
commit
d77b3fc8f0
@ -401,6 +401,7 @@ my %fbhttp_readings = (
|
||||
power => 'sprintf("power:%.2f W", $val/1000)',
|
||||
present => '"present:".($val?"yes":"no")',
|
||||
productname => '"FBTYPE:$val"',
|
||||
rel_humidity => '"rel_humidity:$val %"',
|
||||
state => '"state:".($val?"on":"off")',
|
||||
voltage => 'sprintf("voltage:%.3f V", $val/1000)',
|
||||
# tist => 'sprintf("temperature:%.1f C (measured)", $val/2)', # Forum #57644
|
||||
|
Loading…
x
Reference in New Issue
Block a user