10_ZWave.pm: change cooling event in themrostatmode to energySaveHeating (Forum #63986)

git-svn-id: https://svn.fhem.de/fhem/trunk@13010 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2017-01-08 12:37:23 +00:00
parent a9691f6d82
commit 2c1d4dd67b

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