mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
98_dummy.pm: change doc from name to id (Forum #125039)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@25606 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ba867a66a9
commit
fca8b9da60
@ -92,7 +92,7 @@ dummy_Define($$)
|
|||||||
=item summary_DE dummy Gerät
|
=item summary_DE dummy Gerät
|
||||||
=begin html
|
=begin html
|
||||||
|
|
||||||
<a name="dummy"></a>
|
<a id="dummy"></a>
|
||||||
<h3>dummy</h3>
|
<h3>dummy</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
@ -100,7 +100,7 @@ dummy_Define($$)
|
|||||||
Used for programming.
|
Used for programming.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
<a name="dummydefine"></a>
|
<a id="dummy-define"></a>
|
||||||
<b>Define</b>
|
<b>Define</b>
|
||||||
<ul>
|
<ul>
|
||||||
<code>define <name> dummy</code>
|
<code>define <name> dummy</code>
|
||||||
@ -114,7 +114,7 @@ dummy_Define($$)
|
|||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<a name="dummyset"></a>
|
<a id="dummy-set"></a>
|
||||||
<b>Set</b>
|
<b>Set</b>
|
||||||
<ul>
|
<ul>
|
||||||
<code>set <name> <value></code><br>
|
<code>set <name> <value></code><br>
|
||||||
@ -122,30 +122,30 @@ dummy_Define($$)
|
|||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<a name="dummyget"></a>
|
<a id="dummy-get"></a>
|
||||||
<b>Get</b> <ul>N/A</ul><br>
|
<b>Get</b> <ul>N/A</ul><br>
|
||||||
|
|
||||||
<a name="dummyattr"></a>
|
<a id="dummy-attr"></a>
|
||||||
<b>Attributes</b>
|
<b>Attributes</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#disable">disable</a></li>
|
<li><a href="#disable">disable</a></li>
|
||||||
<li><a href="#disabledForIntervals">disabledForIntervals</a></li>
|
<li><a href="#disabledForIntervals">disabledForIntervals</a></li>
|
||||||
<li><a name="readingList">readingList</a><br>
|
<li><a id="dummy-attr-readingList">readingList</a><br>
|
||||||
Space separated list of readings, which will be set, if the first
|
Space separated list of readings, which will be set, if the first
|
||||||
argument of the set command matches one of them.</li>
|
argument of the set command matches one of them.</li>
|
||||||
|
|
||||||
<li><a name="setList">setList</a><br>
|
<li><a id="dummy-attr-setList">setList</a><br>
|
||||||
Space separated list of commands, which will be returned upon "set name
|
Space separated list of commands, which will be returned upon "set name
|
||||||
?", so the FHEMWEB frontend can construct a dropdown and offer on/off
|
?", so the FHEMWEB frontend can construct a dropdown and offer on/off
|
||||||
switches. Example: attr dummyName setList on off </li>
|
switches. Example: attr dummyName setList on off </li>
|
||||||
|
|
||||||
<li><a name="useSetExtensions">useSetExtensions</a><br>
|
<li><a id="dummy-attr-useSetExtensions">useSetExtensions</a><br>
|
||||||
If set, and setList contains on and off, then the
|
If set, and setList contains on and off, then the
|
||||||
<a href="#setExtensions">set extensions</a> are available.<br>
|
<a href="#setExtensions">set extensions</a> are available.<br>
|
||||||
Side-effect: if set, only the specified parameters are accepted, even if
|
Side-effect: if set, only the specified parameters are accepted, even if
|
||||||
setList contains no on and off.</li>
|
setList contains no on and off.</li>
|
||||||
|
|
||||||
<li><a name="setExtensionsEvent">setExtensionsEvent</a><br>
|
<li><a id="dummy-attr-setExtensionsEvent">setExtensionsEvent</a><br>
|
||||||
If set, the event will contain the command implemented by SetExtensions
|
If set, the event will contain the command implemented by SetExtensions
|
||||||
(e.g. on-for-timer 10), else the executed command (e.g. on).</li>
|
(e.g. on-for-timer 10), else the executed command (e.g. on).</li>
|
||||||
|
|
||||||
@ -159,7 +159,7 @@ dummy_Define($$)
|
|||||||
|
|
||||||
=begin html_DE
|
=begin html_DE
|
||||||
|
|
||||||
<a name="dummy"></a>
|
<a id="dummy"></a>
|
||||||
<h3>dummy</h3>
|
<h3>dummy</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
@ -167,7 +167,7 @@ dummy_Define($$)
|
|||||||
Wert zugewiesen werden kann. Sinnvoll zum Programmieren.
|
Wert zugewiesen werden kann. Sinnvoll zum Programmieren.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
<a name="dummydefine"></a>
|
<a id="dummy-define"></a>
|
||||||
<b>Define</b>
|
<b>Define</b>
|
||||||
<ul>
|
<ul>
|
||||||
<code>define <name> dummy</code>
|
<code>define <name> dummy</code>
|
||||||
@ -181,7 +181,7 @@ dummy_Define($$)
|
|||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<a name="dummyset"></a>
|
<a id="dummy-set"></a>
|
||||||
<b>Set</b>
|
<b>Set</b>
|
||||||
<ul>
|
<ul>
|
||||||
<code>set <name> <value></code><br>
|
<code>set <name> <value></code><br>
|
||||||
@ -189,30 +189,30 @@ dummy_Define($$)
|
|||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<a name="dummyget"></a>
|
<a id="dummy-get"></a>
|
||||||
<b>Get</b> <ul>N/A</ul><br>
|
<b>Get</b> <ul>N/A</ul><br>
|
||||||
|
|
||||||
<a name="dummyattr"></a>
|
<a id="dummy-attr"></a>
|
||||||
<b>Attributes</b>
|
<b>Attributes</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#disable">disable</a></li>
|
<li><a href="#disable">disable</a></li>
|
||||||
<li><a href="#disabledForIntervals">disabledForIntervals</a></li>
|
<li><a href="#disabledForIntervals">disabledForIntervals</a></li>
|
||||||
<li><a name="readingList">readingList</a><br>
|
<li><a id="dummy-attr-readingList">readingList</a><br>
|
||||||
Leerzeichen getrennte Liste mit Readings, die mit "set" gesetzt werden
|
Leerzeichen getrennte Liste mit Readings, die mit "set" gesetzt werden
|
||||||
können.</li>
|
können.</li>
|
||||||
|
|
||||||
<li><a name="setList">setList</a><br>
|
<li><a id="dummy-attr-setList">setList</a><br>
|
||||||
Liste mit Werten durch Leerzeichen getrennt. Diese Liste wird mit "set
|
Liste mit Werten durch Leerzeichen getrennt. Diese Liste wird mit "set
|
||||||
name ?" ausgegeben. Damit kann das FHEMWEB-Frontend Auswahl-Menüs
|
name ?" ausgegeben. Damit kann das FHEMWEB-Frontend Auswahl-Menüs
|
||||||
oder Schalter erzeugen.<br> Beispiel: attr dummyName setList on off </li>
|
oder Schalter erzeugen.<br> Beispiel: attr dummyName setList on off </li>
|
||||||
|
|
||||||
<li><a name="useSetExtensions">useSetExtensions</a><br>
|
<li><a id="dummy-attr-useSetExtensions">useSetExtensions</a><br>
|
||||||
Falls gesetzt, und setList enthält on und off, dann sind die <a
|
Falls gesetzt, und setList enthält on und off, dann sind die <a
|
||||||
href="#setExtensions">set extensions</a> verfügbar.<br>
|
href="#setExtensions">set extensions</a> verfügbar.<br>
|
||||||
Seiteneffekt: falls gesetzt, werden nur die spezifizierten Parameter
|
Seiteneffekt: falls gesetzt, werden nur die spezifizierten Parameter
|
||||||
akzeptiert, auch dann, wenn setList kein on und off enthält.</li>
|
akzeptiert, auch dann, wenn setList kein on und off enthält.</li>
|
||||||
|
|
||||||
<li><a name="setExtensionsEvent">setExtensionsEvent</a><br>
|
<li><a id="dummy-attr-setExtensionsEvent">setExtensionsEvent</a><br>
|
||||||
Falls gesetzt, enthält das Event den im SetExtensions
|
Falls gesetzt, enthält das Event den im SetExtensions
|
||||||
implementierten Befehl (z.Bsp. on-for-timer 10), sonst den
|
implementierten Befehl (z.Bsp. on-for-timer 10), sonst den
|
||||||
Ausgefürten (z.Bsp. on).</li>
|
Ausgefürten (z.Bsp. on).</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user