mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 02:10:32 +00:00
10_ZWave.pm: rename tmCooling to tmEnergySaveHeating (Forum #63986)
git-svn-id: https://svn.fhem.de/fhem/trunk@13003 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ccec0cad6a
commit
6773f532ed
@ -180,7 +180,7 @@ my %zwave_class = (
|
|||||||
THERMOSTAT_MODE => { id => '40',
|
THERMOSTAT_MODE => { id => '40',
|
||||||
set => { tmOff => "0100",
|
set => { tmOff => "0100",
|
||||||
tmHeating => "0101",
|
tmHeating => "0101",
|
||||||
tmCooling => "010b",
|
tmEnergySaveHeating => "010b",
|
||||||
tmManual => "011f" },
|
tmManual => "011f" },
|
||||||
get => { thermostatMode => "02" },
|
get => { thermostatMode => "02" },
|
||||||
parse => { "03400300" => "thermostatMode:off",
|
parse => { "03400300" => "thermostatMode:off",
|
||||||
@ -189,7 +189,7 @@ my %zwave_class = (
|
|||||||
"0340031f" => "thermostatMode:manual",
|
"0340031f" => "thermostatMode:manual",
|
||||||
"03400100" => "thermostatMode:setTmOff",
|
"03400100" => "thermostatMode:setTmOff",
|
||||||
"03400101" => "thermostatMode:setTmHeating",
|
"03400101" => "thermostatMode:setTmHeating",
|
||||||
"0340010b" => "thermostatMode:setTmCooling",
|
"0340010b" => "thermostatMode:setTmEnergySaveHeating",
|
||||||
"0340011f" => "thermostatMode:setTmManual",
|
"0340011f" => "thermostatMode:setTmManual",
|
||||||
} } ,
|
} } ,
|
||||||
PREPAYMENT_ENCAPSULATION => { id => '41' },
|
PREPAYMENT_ENCAPSULATION => { id => '41' },
|
||||||
@ -5270,10 +5270,11 @@ s2Hex($)
|
|||||||
|
|
||||||
<br><br><b>Class THERMOSTAT_MODE</b>
|
<br><br><b>Class THERMOSTAT_MODE</b>
|
||||||
<li>tmOff</li>
|
<li>tmOff</li>
|
||||||
<li>tmCooling</li>
|
<li>tmEnergySaveHeating</li>
|
||||||
<li>tmHeating</li>
|
<li>tmHeating</li>
|
||||||
<li>tmManual<br>
|
<li>tmManual<br>
|
||||||
set the thermostat mode to off, cooling, heating or manual.
|
set the thermostat mode to off, heating but saving energy, heating or
|
||||||
|
manual.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<br><br><b>Class THERMOSTAT_SETPOINT</b>
|
<br><br><b>Class THERMOSTAT_SETPOINT</b>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user