mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 11:26:03 +00:00
00_MYSENSORS.pm: typo
git-svn-id: https://svn.fhem.de/fhem/trunk@17288 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6c6a238a94
commit
8e867662d2
@ -603,23 +603,23 @@ sub matchClient($$) {
|
||||
<p><b>Attributes</b></p>
|
||||
<ul>
|
||||
<li>
|
||||
<p><code>att <name> autocreate</code><br/>
|
||||
<p><code>attr <name> autocreate</code><br/>
|
||||
enables auto-creation of MYSENSOR_DEVICE-devices on receival of presentation-messages</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>att <name> requestAck</code><br/>
|
||||
<p><code>attr <name> requestAck</code><br/>
|
||||
request acknowledge from nodes.<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).
|
||||
May also be configured for individual nodes if not set for gateway.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><code>att <name> first-sensorid <<number <h; 255>></code><br/>
|
||||
<p><code>attr <name> first-sensorid <<number <h; 255>></code><br/>
|
||||
configures the lowest node-id assigned to a mysensor-node on request (defaults to 20)</p>
|
||||
</li>
|
||||
<li>
|
||||
<a href="MYSENSORSattrOTA_firmwareConfig"></a>
|
||||
<p><code>att <name> OTA_firmwareConfig <filename></code><br/>
|
||||
<p><code>attr <name> OTA_firmwareConfig <filename></code><br/>
|
||||
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
|
||||
in the folder FHEM/firmware. The format of the configuration file is the following (csv):</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user