00_MYSENSORS.pm: typo

git-svn-id: https://svn.fhem.de/fhem/trunk@17288 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Hauswart 2018-09-06 08:25:46 +00:00
parent 6c6a238a94
commit 8e867662d2

View File

@ -603,23 +603,23 @@ sub matchClient($$) {
<p><b>Attributes</b></p> <p><b>Attributes</b></p>
<ul> <ul>
<li> <li>
<p><code>att &lt;name&gt; autocreate</code><br/> <p><code>attr &lt;name&gt; autocreate</code><br/>
enables auto-creation of MYSENSOR_DEVICE-devices on receival of presentation-messages</p> enables auto-creation of MYSENSOR_DEVICE-devices on receival of presentation-messages</p>
</li> </li>
<li> <li>
<p><code>att &lt;name&gt; requestAck</code><br/> <p><code>attr &lt;name&gt; requestAck</code><br/>
request acknowledge from nodes.<br/> request acknowledge from nodes.<br/>
if set the Readings of nodes are updated not before requested acknowledge is received<br/> if set the Readings of nodes are updated not before requested acknowledge is received<br/>
if not set the Readings of nodes are updated immediatly (not awaiting the acknowledge). if not set the Readings of nodes are updated immediatly (not awaiting the acknowledge).
May also be configured for individual nodes if not set for gateway.</p> May also be configured for individual nodes if not set for gateway.</p>
</li> </li>
<li> <li>
<p><code>att &lt;name&gt; first-sensorid <&lt;number &lth; 255&gt;></code><br/> <p><code>attr &lt;name&gt; first-sensorid <&lt;number &lth; 255&gt;></code><br/>
configures the lowest node-id assigned to a mysensor-node on request (defaults to 20)</p> configures the lowest node-id assigned to a mysensor-node on request (defaults to 20)</p>
</li> </li>
<li> <li>
<a href="MYSENSORSattrOTA_firmwareConfig"></a> <a href="MYSENSORSattrOTA_firmwareConfig"></a>
<p><code>att &lt;name&gt; OTA_firmwareConfig &lt;filename&gt;</code><br/> <p><code>attr &lt;name&gt; OTA_firmwareConfig &lt;filename&gt;</code><br/>
specifies a configuration file for the <a href="https://www.mysensors.org/about/fota">FOTA</a> specifies a configuration file for the <a href="https://www.mysensors.org/about/fota">FOTA</a>
(firmware over the air - wireless programming of the nodes) configuration. It must be stored (firmware over the air - wireless programming of the nodes) configuration. It must be stored
in the folder FHEM/firmware. The format of the configuration file is the following (csv):</p> in the folder FHEM/firmware. The format of the configuration file is the following (csv):</p>