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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user