mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-26 16:19:32 +00:00
10_ZWave.pm: add more THERMOSTAT_MODE set commands (Forum #123932)
git-svn-id: https://svn.fhem.de/fhem/trunk@25184 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b2a295eabb
commit
f90d148492
@ -199,8 +199,16 @@ my %zwave_class = (
|
|||||||
tmHeating => "0101",
|
tmHeating => "0101",
|
||||||
tmCooling => "0102",
|
tmCooling => "0102",
|
||||||
tmAuto => "0103",
|
tmAuto => "0103",
|
||||||
|
tmAuxiliary => "0104",
|
||||||
|
tmResume => "0105",
|
||||||
tmFan => "0106",
|
tmFan => "0106",
|
||||||
|
tmFurnace => "0107",
|
||||||
|
tmDryAir => "0108",
|
||||||
|
tmMoistAir => "0109",
|
||||||
|
tmaAuto => "010a",
|
||||||
tmEnergySaveHeating => "010b",
|
tmEnergySaveHeating => "010b",
|
||||||
|
tmEnergySaveCooling => "010c",
|
||||||
|
tmAway => "010d",
|
||||||
tmFullPower => "010f",
|
tmFullPower => "010f",
|
||||||
tmManual => "011f" },
|
tmManual => "011f" },
|
||||||
get => { thermostatMode => "02" },
|
get => { thermostatMode => "02" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user