mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
10_ZWave.pm: document USER_CODE (Fprum #36856)
git-svn-id: https://svn.fhem.de/fhem/trunk@8542 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2a47522dc4
commit
259552fe2a
@ -1769,6 +1769,13 @@ s2Hex($)
|
|||||||
The value is a whole number and read as celsius.
|
The value is a whole number and read as celsius.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<br><br><b>Class USER_CODE</b>
|
||||||
|
<li>userCode id status code</br>
|
||||||
|
set code and status for the id n. n ist starting at 1, status is 0 for
|
||||||
|
available (deleted) and 1 for set (occupied). code is a hexadecimal string.
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
<br><br><b>Class WAKE_UP</b>
|
<br><br><b>Class WAKE_UP</b>
|
||||||
<li>wakeupInterval value<br>
|
<li>wakeupInterval value<br>
|
||||||
Set the wakeup interval of battery operated devices to the given value in
|
Set the wakeup interval of battery operated devices to the given value in
|
||||||
@ -1945,6 +1952,11 @@ s2Hex($)
|
|||||||
request the setpoint
|
request the setpoint
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<br><br><b>Class USER_CODE</b>
|
||||||
|
<li>userCode n</br>
|
||||||
|
request status and code for the id n
|
||||||
|
</li>
|
||||||
|
|
||||||
<br><br><b>Class VERSION</b>
|
<br><br><b>Class VERSION</b>
|
||||||
<li>version<br>
|
<li>version<br>
|
||||||
return the version information of this node in the form:<br>
|
return the version information of this node in the form:<br>
|
||||||
@ -2143,6 +2155,9 @@ s2Hex($)
|
|||||||
<li>ccsChanged:<number></li>
|
<li>ccsChanged:<number></li>
|
||||||
<li>ccs_[mon|tue|wed|thu|fri|sat|sun]:HH:MM temp HH:MM temp...</li>
|
<li>ccs_[mon|tue|wed|thu|fri|sat|sun]:HH:MM temp HH:MM temp...</li>
|
||||||
|
|
||||||
|
<br><br><b>Class USER_CODE</b>
|
||||||
|
<li>userCode:id x status y code z</li>
|
||||||
|
|
||||||
<br><br><b>Class VERSION</b>
|
<br><br><b>Class VERSION</b>
|
||||||
<li>version:Lib A Prot x.y App a.b</li>
|
<li>version:Lib A Prot x.y App a.b</li>
|
||||||
<li>versionClass_$classId:$version</li>
|
<li>versionClass_$classId:$version</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user