98_autocreate.pm: add some clarification to the doc. (Forum #46872)
git-svn-id: https://svn.fhem.de/fhem/trunk@10651 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -746,9 +746,11 @@ autocreate_Attr(@)
|
|||||||
|
|
||||||
<a name="ignoreTypes"></a>
|
<a name="ignoreTypes"></a>
|
||||||
<li>ignoreTypes<br>
|
<li>ignoreTypes<br>
|
||||||
This is a regexp, to ignore certain devices, e.g. you neighbours FHT.
|
This is a regexp, to ignore certain devices, e.g. the neighbours FHT.
|
||||||
You can specify more than one, with usual regexp syntax, e.g.<br>
|
You can specify more than one, with usual regexp syntax, e.g.<br>
|
||||||
attr autocreate ignoreTypes CUL_HOERMANN.*|FHT_1234|CUL_WS_7
|
attr autocreate ignoreTypes CUL_HOERMANN.*|FHT_1234|CUL_WS_7<br>
|
||||||
|
The word "Types" is somehow misleading, as it actually checks the
|
||||||
|
generated device name.
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
<a name="autocreateThreshold"></a>
|
<a name="autocreateThreshold"></a>
|
||||||
@@ -909,12 +911,10 @@ autocreate_Attr(@)
|
|||||||
Dies ist ein Regexp, um bestimmte Geräte zu ignorieren, z.b. der
|
Dies ist ein Regexp, um bestimmte Geräte zu ignorieren, z.b. der
|
||||||
Funk-Heizungsthermostat (FHT) des Nachbarn. In dem Ausdruck können
|
Funk-Heizungsthermostat (FHT) des Nachbarn. In dem Ausdruck können
|
||||||
mehr als ein Gerät über die normale Regexp-Syntax angegeben
|
mehr als ein Gerät über die normale Regexp-Syntax angegeben
|
||||||
werden.<br>
|
werden. Beispiel:<br>
|
||||||
|
attr autocreate ignoreTypes CUL_HOERMANN.*|FHT_1234|CUL_WS_7<br>
|
||||||
Beispiel:<br>
|
Das Wort "Types" ist etwas irreführend, da der Gerätename
|
||||||
<code>
|
geprüft wird, und nicht der Typ.
|
||||||
attr autocreate ignoreTypes CUL_HOERMANN.*|FHT_1234|CUL_WS_7
|
|
||||||
</code>
|
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
<a name="autocreateThreshold"></a>
|
<a name="autocreateThreshold"></a>
|
||||||
|
|||||||
Reference in New Issue
Block a user