mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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",
|
||||
tmCooling => "0102",
|
||||
tmAuto => "0103",
|
||||
tmAuxiliary => "0104",
|
||||
tmResume => "0105",
|
||||
tmFan => "0106",
|
||||
tmFurnace => "0107",
|
||||
tmDryAir => "0108",
|
||||
tmMoistAir => "0109",
|
||||
tmaAuto => "010a",
|
||||
tmEnergySaveHeating => "010b",
|
||||
tmEnergySaveCooling => "010c",
|
||||
tmAway => "010d",
|
||||
tmFullPower => "010f",
|
||||
tmManual => "011f" },
|
||||
get => { thermostatMode => "02" },
|
||||
|
Loading…
Reference in New Issue
Block a user