mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-07 22:29:19 +00:00
10_ZWave.pm: change cooling event in themrostatmode to energySaveHeating (Forum #63986)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@13010 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ced8cd9167
commit
9af218c478
@ -184,7 +184,7 @@ my %zwave_class = (
|
||||
tmManual => "011f" },
|
||||
get => { thermostatMode => "02" },
|
||||
parse => { "03400300" => "thermostatMode:off",
|
||||
"0340030b" => "thermostatMode:cooling",
|
||||
"0340030b" => "thermostatMode:energySaveHeating",
|
||||
"03400301" => "thermostatMode:heating",
|
||||
"0340031f" => "thermostatMode:manual",
|
||||
"03400100" => "thermostatMode:setTmOff",
|
||||
|
Loading…
x
Reference in New Issue
Block a user