mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
31_HUEDevice.pm: changed formating of heatsetpoint. see: https://forum.fhem.de/index.php/topic,101426.msg997576/topicseen.html#msg997576
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20616 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e23ba13a58
commit
43dbb50f94
@ -1447,7 +1447,7 @@ HUEDevice_Parse($$)
|
||||
$hash->{sensitivitymax} = $config->{sensitivitymax} if( defined ($config->{sensitivitymax}) );
|
||||
|
||||
#Eurotronic Spirit ZigBee (SPZB0001)
|
||||
$readings{heatsetpoint} = $config->{heatsetpoint} * 0.01 if( defined ($config->{heatsetpoint}) );
|
||||
$readings{heatsetpoint} = sprintf("%.1f",$config->{heatsetpoint} * 0.01) if( defined ($config->{heatsetpoint}) );
|
||||
$readings{locked} = $config->{locked}?'true':'false' if( defined ($config->{locked}) );
|
||||
$readings{displayflipped} = $config->{displayflipped}?'true':'false' if( defined ($config->{displayflipped}) );
|
||||
$readings{mode} = $config->{mode} if( defined ($config->{mode}) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user