mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 07:19:24 +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:
parent
14ef5bc9d6
commit
d4b297f5ba
@ -198,6 +198,8 @@ my %zwave_class = (
|
|||||||
set => { setpointHeating => "010101%02x",
|
set => { setpointHeating => "010101%02x",
|
||||||
setpointCooling => "010201%02x",
|
setpointCooling => "010201%02x",
|
||||||
thermostatSetpointSet
|
thermostatSetpointSet
|
||||||
|
=> 'ZWave_thermostatSetpointSet($hash, "%s")',
|
||||||
|
"desired-temp" => # alias
|
||||||
=> 'ZWave_thermostatSetpointSet($hash, "%s")'},
|
=> 'ZWave_thermostatSetpointSet($hash, "%s")'},
|
||||||
get => { setpoint => 'ZWave_thermostatSetpointGet("%s")',
|
get => { setpoint => 'ZWave_thermostatSetpointGet("%s")',
|
||||||
thermostatSetpointSupported => '04' },
|
thermostatSetpointSupported => '04' },
|
||||||
@ -5245,6 +5247,10 @@ s2Hex($)
|
|||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</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>
|
<br><br><b>Class TIME, V2</b>
|
||||||
<li>timeOffset TZO DST_Offset DST_START DST_END<br>
|
<li>timeOffset TZO DST_Offset DST_START DST_END<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user