mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-05 17:48:44 +00:00
10_ZWave.pm: changes thermostatMode answer from state (Forum #46402)
git-svn-id: https://svn.fhem.de/fhem/trunk@10307 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6265fa11c4
commit
4738b32715
@ -155,14 +155,14 @@ my %zwave_class = (
|
|||||||
tmCooling => "010b",
|
tmCooling => "010b",
|
||||||
tmManual => "011f" },
|
tmManual => "011f" },
|
||||||
get => { thermostatMode => "02" },
|
get => { thermostatMode => "02" },
|
||||||
parse => { "03400300" => "state:off",
|
parse => { "03400300" => "thermostatMode:off",
|
||||||
"0340030b" => "state:cooling",
|
"0340030b" => "thermostatMode:cooling",
|
||||||
"03400301" => "state:heating",
|
"03400301" => "thermostatMode:heating",
|
||||||
"0340031f" => "state:manual",
|
"0340031f" => "thermostatMode:manual",
|
||||||
"03400100" => "state:setTmOff",
|
"03400100" => "thermostatMode:setTmOff",
|
||||||
"03400101" => "state:setTmHeating",
|
"03400101" => "thermostatMode:setTmHeating",
|
||||||
"0340010b" => "state:setTmCooling",
|
"0340010b" => "thermostatMode:setTmCooling",
|
||||||
"0340011f" => "state:setTmManual",
|
"0340011f" => "thermostatMode:setTmManual",
|
||||||
} } ,
|
} } ,
|
||||||
PREPAYMENT_ENCAPSULATION => { id => '41' },
|
PREPAYMENT_ENCAPSULATION => { id => '41' },
|
||||||
THERMOSTAT_OPERATING_STATE=>{ id => '42' },
|
THERMOSTAT_OPERATING_STATE=>{ id => '42' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user