1
0
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:
rudolfkoenig 2017-01-08 12:37:23 +00:00
parent ced8cd9167
commit 9af218c478

View File

@ -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",