mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
00_ZWCUL.pm: fix links in the doc
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@11064 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e1b51bbca9
commit
1013d7b0fa
@ -739,7 +739,7 @@ ZWCUL_Ready($)
|
|||||||
<a name="ZWCULattr"></a>
|
<a name="ZWCULattr"></a>
|
||||||
<b>Attributes</b>
|
<b>Attributes</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a name="#dataRate">dataRate</a> [40k|100k|9600]<br>
|
<li><a name="dataRate">dataRate</a> [40k|100k|9600]<br>
|
||||||
specify the data rate.
|
specify the data rate.
|
||||||
</li>
|
</li>
|
||||||
<li><a href="#dummy">dummy</a></li>
|
<li><a href="#dummy">dummy</a></li>
|
||||||
@ -747,7 +747,7 @@ ZWCUL_Ready($)
|
|||||||
<li><a href="#model">model</a></li>
|
<li><a href="#model">model</a></li>
|
||||||
<li><a href="#disable">disable</a></li>
|
<li><a href="#disable">disable</a></li>
|
||||||
<li><a href="#networkKey">networkKey</a></li>
|
<li><a href="#networkKey">networkKey</a></li>
|
||||||
<li><a name="#intruderMode">intruderMode</a><br>
|
<li><a name="intruderMode">intruderMode</a><br>
|
||||||
In monitor mode (see above) events are not dispatched to the ZWave module
|
In monitor mode (see above) events are not dispatched to the ZWave module
|
||||||
per default. Setting this attribute will allow to get decoded messages,
|
per default. Setting this attribute will allow to get decoded messages,
|
||||||
and to send commands to devices not included by this controller.
|
and to send commands to devices not included by this controller.
|
||||||
|
@ -27,8 +27,8 @@ my %sets = (
|
|||||||
"removeNode" => { cmd => "4b%02x@", # ZW_REMOVE_NODE_FROM_NETWORK'
|
"removeNode" => { cmd => "4b%02x@", # ZW_REMOVE_NODE_FROM_NETWORK'
|
||||||
param => {onNw=>0xc1, on=>0x81, off=>0x05 } },
|
param => {onNw=>0xc1, on=>0x81, off=>0x05 } },
|
||||||
"createNode" => { cmd => "60%02x" }, # ZW_REQUEST_NODE_INFO'
|
"createNode" => { cmd => "60%02x" }, # ZW_REQUEST_NODE_INFO'
|
||||||
"removeFailedNode" => { cmd => "61%02x@" }, # ZW_REMOVE_FAILED_NODE_ID
|
"removeFailedNode" => { cmd => "61%02x@" }, # ZW_REMOVE_FAILED_NODE_ID
|
||||||
"replaceFailedNode"=> { cmd => "63%02x@" }, # ZW_REPLACE_FAILED_NODE
|
"replaceFailedNode"=> { cmd => "63%02x@" }, # ZW_REPLACE_FAILED_NODE
|
||||||
"sendNIF" => { cmd => "12%02x05@" },# ZW_SEND_NODE_INFORMATION
|
"sendNIF" => { cmd => "12%02x05@" },# ZW_SEND_NODE_INFORMATION
|
||||||
"setNIF" => { cmd => "03%02x%02x%02x%02x" },
|
"setNIF" => { cmd => "03%02x%02x%02x%02x" },
|
||||||
# SERIAL_API_APPL_NODE_INFORMATION
|
# SERIAL_API_APPL_NODE_INFORMATION
|
||||||
@ -823,10 +823,10 @@ ZWDongle_Ready($)
|
|||||||
<li><a href="#do_not_notify">do_not_notify</a></li>
|
<li><a href="#do_not_notify">do_not_notify</a></li>
|
||||||
<li><a href="#model">model</a></li>
|
<li><a href="#model">model</a></li>
|
||||||
<li><a href="#disable">disable</a></li>
|
<li><a href="#disable">disable</a></li>
|
||||||
<li><a name="#homeId">homeId</a><br>
|
<li><a name="homeId">homeId</a><br>
|
||||||
Stores the homeId of the dongle. Is a workaround for some buggy dongles,
|
Stores the homeId of the dongle. Is a workaround for some buggy dongles,
|
||||||
wich sometimes report a wrong/nonexisten homeId (Forum #35126)</li>
|
wich sometimes report a wrong/nonexisten homeId (Forum #35126)</li>
|
||||||
<li><a name="#networkKey">networkKey</a><br>
|
<li><a name="networkKey">networkKey</a><br>
|
||||||
Needed for secure inclusion, hex string with length of 32
|
Needed for secure inclusion, hex string with length of 32
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user