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

10_ZWave.pm: Add desired-temp as alias for thermostatSetPointSet (Forum #61267)

git-svn-id: https://svn.fhem.de/fhem/trunk@12843 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-12-20 06:50:36 +00:00
parent 14ef5bc9d6
commit d4b297f5ba

View File

@ -198,6 +198,8 @@ my %zwave_class = (
set => { setpointHeating => "010101%02x",
setpointCooling => "010201%02x",
thermostatSetpointSet
=> 'ZWave_thermostatSetpointSet($hash, "%s")',
"desired-temp" => # alias
=> 'ZWave_thermostatSetpointSet($hash, "%s")'},
get => { setpoint => 'ZWave_thermostatSetpointGet("%s")',
thermostatSetpointSupported => '04' },
@ -5245,6 +5247,10 @@ s2Hex($)
</ul>
</ul>
</li>
<li>desired-temp value<br>
same as thermostatSetpoint, used to make life easier for helper-modules
like
</li>
<br><br><b>Class TIME, V2</b>
<li>timeOffset TZO DST_Offset DST_START DST_END<br>