mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
commandref: Forum #33124
added docu for attr <device> disable toggle Forum #33124 git-svn-id: https://svn.fhem.de/fhem/trunk@7814 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1bfec6627d
commit
377321f8d7
@ -620,7 +620,12 @@ The following local attributes are used by a wider range of devices:
|
|||||||
for this type of device. The attribute IODev needs to be used only if
|
for this type of device. The attribute IODev needs to be used only if
|
||||||
you attached more than one physical device capable of receiving signals
|
you attached more than one physical device capable of receiving signals
|
||||||
for this logical device.</li><br>
|
for this logical device.</li><br>
|
||||||
|
<li>Special: attribute disable can be toggled<br/>
|
||||||
|
Attribute "disable" can be toggled by issuing the following command:<br/>
|
||||||
|
<br/>
|
||||||
|
<code>attr <device> disable toggle</code><br/>
|
||||||
|
<br/>
|
||||||
|
Attribute "disable" must be offered by the corresponding module</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
@ -627,20 +627,26 @@ Gerät dokumentiert.
|
|||||||
|
|
||||||
<h4>Allgemeine Attribute</h4>
|
<h4>Allgemeine Attribute</h4>
|
||||||
|
|
||||||
Die folgenden lokalen Attribute werden von mehreren Geräte verwendet:
|
Die folgenden lokalen Attribute werden von mehreren Geräten verwendet:
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<a name="IODev"></a>
|
<a name="IODev"></a>
|
||||||
<li>IODev<br>
|
<li>IODev<br>
|
||||||
Setzt das IO oder das physische Device welches zum Senden der Signale an
|
Setzt das IO oder das physische Device, welches zum Senden der Signale an
|
||||||
dieses logische Device verwendet werden soll (Beispielsweise FHZ oder
|
dieses logische Device verwendet werden soll (Beispielsweise FHZ oder
|
||||||
CUL). Hinweis: Beim Start weist FHEM jedem logischen Device das letzte
|
CUL). Hinweis: Beim Start weist FHEM jedem logischen Device das letzte
|
||||||
physische Device zu, das Daten von diesem Typ empfangen kann. Das
|
physische Device zu, das Daten von diesem Typ empfangen kann. Das
|
||||||
Attribut IODev muss nur gesetzt werden wenn mehr als ein physisches
|
Attribut IODev muss nur gesetzt werden, wenn mehr als ein physisches
|
||||||
Device fähig ist Signale von diesem logischen Device zu empfangen.
|
Device fähig ist, Signale von diesem logischen Device zu empfangen.
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
|
<li>Attribut "disable" umschalten<br/>
|
||||||
|
Das Attribut "disable" kann, sofern vom Gerätemodul bereitgestellt,<br/>
|
||||||
|
mit folgendem Befehl einfach umgeschaltet werden:</br>
|
||||||
|
<br/>
|
||||||
|
<code>attr <device> disable toggle</code><br/>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user