mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +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
|
||||
</li>
|
||||
|
||||
<li>createNode <decimal nodeId><br>
|
||||
<li>createNode <device><br>
|
||||
Request the class information for the specified node, and create
|
||||
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
|
||||
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
|
||||
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>factoryReset yes<br>
|
||||
@ -1084,10 +1085,12 @@ ZWDongle_Ready($)
|
||||
Assign a homeId, nodeId and receive/store nodeList and routing infos.
|
||||
</li>
|
||||
|
||||
<li>removeFailedNode <decimal nodeId><br>
|
||||
<li>removeFailedNode <device><br>
|
||||
Remove non-responding node -that must be on the failed node list-
|
||||
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>removeNode onNw|on|off<br>
|
||||
@ -1101,9 +1104,11 @@ ZWDongle_Ready($)
|
||||
First close and then open the device. Used for debugging purposes.
|
||||
</li>
|
||||
|
||||
<li>replaceFailedNode <decimal nodeId><br>
|
||||
<li>replaceFailedNode <device><br>
|
||||
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>
|
||||
<hop4> <speed><br>
|
||||
@ -1112,6 +1117,11 @@ ZWDongle_Ready($)
|
||||
<speed>: 1=9,6kbps; 2=40kbps; 3=100kbps
|
||||
</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>
|
||||
<capabilities><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.
|
||||
</li>
|
||||
|
||||
<li>isFailedNode <decimal nodeId><br>
|
||||
return if a node is stored in the failed node list.
|
||||
<li>isFailedNode <device><br>
|
||||
return if a node is stored in the failed node list. <device> is
|
||||
either device name or decimal nodeId.
|
||||
</li>
|
||||
|
||||
<li>caps, ctrlCaps, version<br>
|
||||
@ -1147,15 +1158,16 @@ ZWDongle_Ready($)
|
||||
only.
|
||||
</li>
|
||||
|
||||
<li>neighborList [excludeDead] [onlyRep] <decimal nodeId><br>
|
||||
return neighborList of the decimal nodeId.<br>
|
||||
<li>neighborList [excludeDead] [onlyRep] <device><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
|
||||
functionality.
|
||||
</li>
|
||||
|
||||
<li>nodeInfo <decimal nodeId><br>
|
||||
return node specific information.
|
||||
Needed by developers only.
|
||||
<li>nodeInfo <device><br>
|
||||
return node specific information. <device> is either device name or
|
||||
decimal nodeId.
|
||||
</li>
|
||||
|
||||
<li>nodeList<br>
|
||||
@ -1172,9 +1184,9 @@ ZWDongle_Ready($)
|
||||
Send raw data <hex> to the controller. Developer only.
|
||||
</li>
|
||||
|
||||
<li>routeFor node<br>
|
||||
request priority routing for node
|
||||
</li>
|
||||
<li>routeFor <device><br>
|
||||
request priority routing for <device>. <device> is either
|
||||
device name or decimal nodeId.</li>
|
||||
|
||||
<li>sucNodeId<br>
|
||||
return the currently registered decimal SUC nodeId.
|
||||
|
Loading…
x
Reference in New Issue
Block a user