mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-19 12:46:03 +00:00
00_ZWDongle.pm: fix doc for commands supporting device + id (by krikan) (Forum #71189)
git-svn-id: https://svn.fhem.de/fhem/trunk@14129 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b212138c32
commit
aad5b90146
@ -1062,13 +1062,14 @@ ZWDongle_Ready($)
|
|||||||
stopFailed: stop createNewPrimary and report an error
|
stopFailed: stop createNewPrimary and report an error
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>createNode <decimal nodeId><br>
|
<li>createNode <device><br>
|
||||||
Request the class information for the specified node, and create
|
Request the class information for the specified node, and create
|
||||||
a FHEM device upon reception of the answer. Used to create FHEM devices for
|
a FHEM device upon reception of the answer. Used to create FHEM devices for
|
||||||
nodes included with another software or if the fhem.cfg got lost. For the
|
nodes included with another software or if the fhem.cfg got lost. For the
|
||||||
node id see the get nodeList command below. Note: the node must be "alive",
|
node id see the get nodeList command below. Note: the node must be "alive",
|
||||||
i.e. for battery based devices you have to press the "wakeup" button 1-2
|
i.e. for battery based devices you have to press the "wakeup" button 1-2
|
||||||
seconds before entering this command in FHEM.
|
seconds before entering this command in FHEM.<br>
|
||||||
|
<device> is either device name or decimal nodeId.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>factoryReset yes<br>
|
<li>factoryReset yes<br>
|
||||||
@ -1084,10 +1085,12 @@ ZWDongle_Ready($)
|
|||||||
Assign a homeId, nodeId and receive/store nodeList and routing infos.
|
Assign a homeId, nodeId and receive/store nodeList and routing infos.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>removeFailedNode <decimal nodeId><br>
|
<li>removeFailedNode <device><br>
|
||||||
Remove non-responding node -that must be on the failed node list-
|
Remove non-responding node -that must be on the failed node list-
|
||||||
from the routing table in controller. Instead, always use removeNode if
|
from the routing table in controller. Instead, always use removeNode if
|
||||||
possible. Note: the corresponding FHEM device have to be deleted manually.
|
possible. Note: the corresponding FHEM device have to be deleted
|
||||||
|
manually.<br>
|
||||||
|
<device> is either device name or decimal nodeId.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>removeNode onNw|on|off<br>
|
<li>removeNode onNw|on|off<br>
|
||||||
@ -1101,9 +1104,11 @@ ZWDongle_Ready($)
|
|||||||
First close and then open the device. Used for debugging purposes.
|
First close and then open the device. Used for debugging purposes.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>replaceFailedNode <decimal nodeId><br>
|
<li>replaceFailedNode <device><br>
|
||||||
Replace a non-responding node with a new one. The non-responding node
|
Replace a non-responding node with a new one. The non-responding node
|
||||||
must be on the failed node list.</li>
|
must be on the failed node list.<br>
|
||||||
|
<device> is either device name or decimal nodeId.
|
||||||
|
</li>
|
||||||
|
|
||||||
<li>routeFor <device> <hop1> <hop2> <hop3>
|
<li>routeFor <device> <hop1> <hop2> <hop3>
|
||||||
<hop4> <speed><br>
|
<hop4> <speed><br>
|
||||||
@ -1112,6 +1117,11 @@ ZWDongle_Ready($)
|
|||||||
<speed>: 1=9,6kbps; 2=40kbps; 3=100kbps
|
<speed>: 1=9,6kbps; 2=40kbps; 3=100kbps
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li>sendNIF <device><br>
|
||||||
|
Send NIF to the specified <device&g.
|
||||||
|
<device> is either device name or decimal nodeId.
|
||||||
|
</li>
|
||||||
|
|
||||||
<li>sucNodeId <decimal nodeId> <sucState>
|
<li>sucNodeId <decimal nodeId> <sucState>
|
||||||
<capabilities><br>
|
<capabilities><br>
|
||||||
Configure a controller node to be a SUC/SIS or not.<br>
|
Configure a controller node to be a SUC/SIS or not.<br>
|
||||||
@ -1138,8 +1148,9 @@ ZWDongle_Ready($)
|
|||||||
return the six hex-digit homeId of the controller.
|
return the six hex-digit homeId of the controller.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>isFailedNode <decimal nodeId><br>
|
<li>isFailedNode <device><br>
|
||||||
return if a node is stored in the failed node list.
|
return if a node is stored in the failed node list. <device> is
|
||||||
|
either device name or decimal nodeId.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>caps, ctrlCaps, version<br>
|
<li>caps, ctrlCaps, version<br>
|
||||||
@ -1147,15 +1158,16 @@ ZWDongle_Ready($)
|
|||||||
only.
|
only.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>neighborList [excludeDead] [onlyRep] <decimal nodeId><br>
|
<li>neighborList [excludeDead] [onlyRep] <device><br>
|
||||||
return neighborList of the decimal nodeId.<br>
|
return neighborList of the <device>.<br>
|
||||||
|
<device> is either device name or decimal nodeId.<br>
|
||||||
With onlyRep the result will include only nodes with repeater
|
With onlyRep the result will include only nodes with repeater
|
||||||
functionality.
|
functionality.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>nodeInfo <decimal nodeId><br>
|
<li>nodeInfo <device><br>
|
||||||
return node specific information.
|
return node specific information. <device> is either device name or
|
||||||
Needed by developers only.
|
decimal nodeId.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>nodeList<br>
|
<li>nodeList<br>
|
||||||
@ -1172,9 +1184,9 @@ ZWDongle_Ready($)
|
|||||||
Send raw data <hex> to the controller. Developer only.
|
Send raw data <hex> to the controller. Developer only.
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>routeFor node<br>
|
<li>routeFor <device><br>
|
||||||
request priority routing for node
|
request priority routing for <device>. <device> is either
|
||||||
</li>
|
device name or decimal nodeId.</li>
|
||||||
|
|
||||||
<li>sucNodeId<br>
|
<li>sucNodeId<br>
|
||||||
return the currently registered decimal SUC nodeId.
|
return the currently registered decimal SUC nodeId.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user