2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

10_ZWave.pm: THERMOSTAT_MODE tweaks (Forum #77598)

git-svn-id: https://svn.fhem.de/fhem/trunk@15283 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-10-18 17:41:52 +00:00
parent a38f9f15e3
commit 1e0f2f1777

View File

@ -187,19 +187,19 @@ my %zwave_class = (
tmFullPower => "010f",
tmManual => "011f" },
get => { thermostatMode => "02" },
parse => { "03400300" => "thermostatMode:off",
"03400301" => "thermostatMode:heating",
"03400302" => "thermostatMode:cooling",
"03400303" => "thermostatMode:auto",
"03400306" => "thermostatMode:fanOnly",
"0340030b" => "thermostatMode:energySaveHeating",
"0340030f" => "thermostatMode:fullPower",
"0340031f" => "thermostatMode:manual",
"03400100" => "thermostatMode:setTmOff",
"03400101" => "thermostatMode:setTmHeating",
"03400103" => "thermostatMode:auto",
"0340010b" => "thermostatMode:setTmEnergySaveHeating",
"0340011f" => "thermostatMode:setTmManual",
parse => { "0.400300" => "thermostatMode:off",
"0.400301" => "thermostatMode:heating",
"0.400302" => "thermostatMode:cooling",
"0.400303" => "thermostatMode:auto",
"0.400306" => "thermostatMode:fanOnly",
"0.40030b" => "thermostatMode:energySaveHeating",
"0.40030f" => "thermostatMode:fullPower",
"0.40031f" => "thermostatMode:manual",
"0.400100" => "thermostatMode:setTmOff",
"0.400101" => "thermostatMode:setTmHeating",
"0.400103" => "thermostatMode:auto",
"0.40010b" => "thermostatMode:setTmEnergySaveHeating",
"0.40011f" => "thermostatMode:setTmManual",
} } ,
PREPAYMENT_ENCAPSULATION => { id => '41' },
THERMOSTAT_OPERATING_STATE=>{ id => '42' ,