mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
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:
parent
70acfe76ca
commit
edb5fd7103
@ -746,9 +746,11 @@ autocreate_Attr(@)
|
||||
|
||||
<a name="ignoreTypes"></a>
|
||||
<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>
|
||||
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>
|
||||
|
||||
<a name="autocreateThreshold"></a>
|
||||
@ -909,12 +911,10 @@ autocreate_Attr(@)
|
||||
Dies ist ein Regexp, um bestimmte Geräte zu ignorieren, z.b. der
|
||||
Funk-Heizungsthermostat (FHT) des Nachbarn. In dem Ausdruck können
|
||||
mehr als ein Gerät über die normale Regexp-Syntax angegeben
|
||||
werden.<br>
|
||||
|
||||
Beispiel:<br>
|
||||
<code>
|
||||
attr autocreate ignoreTypes CUL_HOERMANN.*|FHT_1234|CUL_WS_7
|
||||
</code>
|
||||
werden. Beispiel:<br>
|
||||
attr autocreate ignoreTypes CUL_HOERMANN.*|FHT_1234|CUL_WS_7<br>
|
||||
Das Wort "Types" ist etwas irreführend, da der Gerätename
|
||||
geprüft wird, und nicht der Typ.
|
||||
</li><br>
|
||||
|
||||
<a name="autocreateThreshold"></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user