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