2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 01:46:08 +00:00

00_Neuron.pm: modified commandref

10_NeuronPin.pm: modified commandref


git-svn-id: https://svn.fhem.de/fhem/trunk@17861 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klausw 2018-11-27 21:14:58 +00:00
parent a927139d50
commit 9f2f28b77c
2 changed files with 20 additions and 20 deletions

View File

@ -885,19 +885,19 @@ sub Neuron_wsMasking($$) {
<a name="RPI_GPIOAttr"></a> <a name="RPI_GPIOAttr"></a>
<b>Attributes</b> <b>Attributes</b>
<ul> <ul>
<li>connection<br> <li><a name="connection">connection</a><br>
Set the connection type to the EVOK device<br> Set the connection type to the EVOK device<br>
Default: polling, valid values: websockets, polling<br><br> Default: polling, valid values: websockets, polling<br><br>
</li> </li>
<li>poll_interval<br> <li><a name="poll_interval">poll_interval</a><br>
Set the polling interval in minutes to query all readings (and distribute them to logical devices)<br> Set the polling interval in minutes to query all readings (and distribute them to logical devices)<br>
Default: -, valid values: decimal number<br><br> Default: -, valid values: decimal number<br><br>
</li> </li>
<li>wsFilter<br> <li><a name="wsFilter">wsFilter</a><br>
Filter to limit the list of devices which should send websocket events<br> Filter to limit the list of devices which should send websocket events<br>
Default: all, valid values: all, ai, ao, input, led, relay, wd<br><br> Default: all, valid values: all, ai, ao, input, led, relay, wd<br><br>
</li> </li>
<li>logicalDev<br> <li><a name="logicalDev">logicalDev</a><br>
Filter which subdevices should create / communicate with logical device<br> Filter which subdevices should create / communicate with logical device<br>
Default: ao, input, led, relay, valid values: ai, ao, input, led, relay, wd<br><br> Default: ao, input, led, relay, valid values: ai, ao, input, led, relay, wd<br><br>
</li> </li>
@ -967,19 +967,19 @@ sub Neuron_wsMasking($$) {
<a name="RPI_GPIOAttr"></a> <a name="RPI_GPIOAttr"></a>
<b>Attribute</b> <b>Attribute</b>
<ul> <ul>
<li>connection<br> <li><a name="connection">connection</a><br>
Verbindungsart zum EVOK Device<br> Verbindungsart zum EVOK Device<br>
Standard: polling, g&uuml;ltige Werte: websockets, polling<br><br> Standard: polling, g&uuml;ltige Werte: websockets, polling<br><br>
</li> </li>
<li>poll_interval<br> <li><a name="v">poll_interval</a><br>
Interval in Minuten in dem alle Werte gelesen (und auch an die log. Devices weitergeleitet) werden.<br> Interval in Minuten in dem alle Werte gelesen (und auch an die log. Devices weitergeleitet) werden.<br>
Standard: -, g&uuml;ltige Werte: Dezimalzahl<br><br> Standard: -, g&uuml;ltige Werte: Dezimalzahl<br><br>
</li> </li>
<li>wsFilter<br> <li><a name="wsFilter">v</a>wsFilter<br>
Filter um die liste der Ger&auml;te zu limitieren welche websocket events generieren sollen<br> Filter um die liste der Ger&auml;te zu limitieren welche websocket events generieren sollen<br>
Standard: all, g&uuml;ltige Werte: all, ai, ao, input, led, relay, wd<br><br> Standard: all, g&uuml;ltige Werte: all, ai, ao, input, led, relay, wd<br><br>
</li> </li>
<li>logicalDev<br> <li><a name="logicalDev">logicalDev</a><br>
Filter um Ger&auml;te zu limitieren die logische Devices anlegen und mit ihnen kommunizieren.<br> Filter um Ger&auml;te zu limitieren die logische Devices anlegen und mit ihnen kommunizieren.<br>
Standard: ao, input, led, relay, g&uuml;ltige Werte: ai, ao, input, led, relay, wd<br><br> Standard: ao, input, led, relay, g&uuml;ltige Werte: ai, ao, input, led, relay, wd<br><br>
</li> </li>

View File

@ -427,27 +427,27 @@ sub NeuronPin_Undef($$) {
<a name="NeuronPinAttr"></a> <a name="NeuronPinAttr"></a>
<b>Attributes</b> <b>Attributes</b>
<ul> <ul>
<li>poll_interval<br> <li><a name="poll_interval">poll_interval</a><br>
Set the polling interval in minutes to query all readings<br> Set the polling interval in minutes to query all readings<br>
Default: -, valid values: decimal number<br><br> Default: -, valid values: decimal number<br><br>
</li> </li>
<li>restoreOnStartup<br> <li><a name="restoreOnStartup">restoreOnStartup</a><br>
Restore Readings and sets after reboot<br> Restore Readings and sets after reboot<br>
Default: last, valid values: last, on, off, no<br><br> Default: last, valid values: last, on, off, no<br><br>
</li> </li>
<li>aomax<br> <li><a name="aomax">aomax</a><br>
Maximum value for the slider from the analog output ports<br> Maximum value for the slider from the analog output ports<br>
Default: 10, valid values: decimal number<br><br> Default: 10, valid values: decimal number<br><br>
</li> </li>
<li>skipreadings<br> <li><a name="skipreadings">skipreadings</a><br>
Values which will be sent from the Device and which shall not be listed as readings<br> Values which will be sent from the Device and which shall not be listed as readings<br>
Default: relay_type,typ,dev,circuit,glob_dev_id,value,pending; valid values: comma separated list<br><br> Default: relay_type,typ,dev,circuit,glob_dev_id,value,pending; valid values: comma separated list<br><br>
</li> </li>
<li>ownsets<br> <li><a name="ownsets">ownsets</a><br>
Values which will be sent from the Device which can be changed via set. For Values for where the device sends fixed choices, the sets will created automatically<br> Values which will be sent from the Device which can be changed via set. For Values for where the device sends fixed choices, the sets will created automatically<br>
Default: debounce;counter;interval;pwm_freq;pwm_duty:slider,0,0.1,100 valid values: semicolon separated list<br><br> Default: debounce;counter;interval;pwm_freq;pwm_duty:slider,0,0.1,100 valid values: semicolon separated list<br><br>
</li> </li>
<li>autoalias<br> <li><a name="autoalias">autoalias</a><br>
If set to 1, reading alias will automatically change the attribute "alias"<br> If set to 1, reading alias will automatically change the attribute "alias"<br>
Default: 0, valid values: 0,1<br><br> Default: 0, valid values: 0,1<br><br>
</li> </li>
@ -519,27 +519,27 @@ sub NeuronPin_Undef($$) {
<a name="NeuronPinAttr"></a> <a name="NeuronPinAttr"></a>
<b>Attribute</b> <b>Attribute</b>
<ul> <ul>
<li>poll_interval<br> <li><a name="poll_interval">poll_interval</a><br>
Interval in Minuten in dem alle Werte gelesen werden.<br> Interval in Minuten in dem alle Werte gelesen werden.<br>
Standard: -, g&uuml;ltige Werte: Dezimalzahl<br><br> Standard: -, g&uuml;ltige Werte: Dezimalzahl<br><br>
</li> </li>
<li>restoreOnStartup<br> <li><a name="restoreOnStartup">restoreOnStartup</a><br>
Readings nach Neustart wiederherstellen<br> Readings nach Neustart wiederherstellen<br>
Standard: last, g&uuml;ltige Werte: last, on, off<br><br> Standard: last, g&uuml;ltige Werte: last, on, off<br><br>
</li> </li>
<li>aomax<br> <li><a name="aomax">aomax</a><br>
Maxwert f&uuml;r den Schieberegler beim Analogen Ausgang<br> Maxwert f&uuml;r den Schieberegler beim Analogen Ausgang<br>
Standard: 10, g&uuml;ltige Werte: Dezimalzahl<br><br> Standard: 10, g&uuml;ltige Werte: Dezimalzahl<br><br>
</li> </li>
<li>skipreadings<br> <li><a name="skipreadings">skipreadings</a><br>
Werte, die vom Ger&auml;t gesendet, aber nicht als Reading dargestellt werden sollen.<br> Werte, die vom Ger&auml;t gesendet, aber nicht als Reading dargestellt werden sollen.<br>
Standard: relay_type,typ,dev,circuit,glob_dev_id,value,pending; g&uuml;ltige Werte: kommaseparierte Liste<br><br> Standard: relay_type,typ,dev,circuit,glob_dev_id,value,pending; g&uuml;ltige Werte: kommaseparierte Liste<br><br>
</li> </li>
<li>ownsets<br> <li><a name="ownsets">ownsets</a><br>
Werte, die vom Ger&auml;t gesendet, und &uuml;ber set ver&auml;ndert werden k&ouml;nnen. Schickt das Ger&auml;t feste Auswahllisten f&uuml;r einen Wert dann werden die sets automatisch angelegt.<br> Werte, die vom Ger&auml;t gesendet, und &uuml;ber set ver&auml;ndert werden k&ouml;nnen. Schickt das Ger&auml;t feste Auswahllisten f&uuml;r einen Wert dann werden die sets automatisch angelegt.<br>
Standard: debounce;counter;interval;pwm_freq;pwm_duty:slider,0,0.1,100; g&uuml;ltige Werte: semikolonseparierte Liste<br><br> Standard: debounce;counter;interval;pwm_freq;pwm_duty:slider,0,0.1,100; g&uuml;ltige Werte: semikolonseparierte Liste<br><br>
</li> </li>
<li>autoalias<br> <li><a name="autoalias">autoalias</a><br>
Wenn auf 1 wird das reading alias automatisch als Attribut alias gesetzt.<br> Wenn auf 1 wird das reading alias automatisch als Attribut alias gesetzt.<br>
Standard: 0, g&uuml;ltige Werte: 0,1<br><br> Standard: 0, g&uuml;ltige Werte: 0,1<br><br>
</li> </li>