2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 13:26:02 +00:00

98_autocreate.pm: fix doc (fetaurelevel 5.8 instead of 5.9)

git-svn-id: https://svn.fhem.de/fhem/trunk@20791 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2019-12-20 17:30:57 +00:00
parent 43cdce1e75
commit 405acdcce9

View File

@ -813,7 +813,7 @@ autocreate_Attr(@)
attr autocreate ignoreTypes (CUL_HOERMANN.*|FHT_1234|CUL_WS_7)<br> attr autocreate ignoreTypes (CUL_HOERMANN.*|FHT_1234|CUL_WS_7)<br>
The word "Types" is somehow misleading, as it actually checks the The word "Types" is somehow misleading, as it actually checks the
generated device name.<br> generated device name.<br>
<b>Note</b>: starting with featurelevel 5.9 the regexp is automatically <b>Note</b>: starting with featurelevel 5.8 the regexp is automatically
extended with ^ and $, so that it must match the whole name (same extended with ^ and $, so that it must match the whole name (same
procedure as in notify and FileLog). procedure as in notify and FileLog).
</li><br> </li><br>
@ -980,7 +980,7 @@ autocreate_Attr(@)
attr autocreate ignoreTypes (CUL_HOERMANN.*|FHT_1234|CUL_WS_7)<br> attr autocreate ignoreTypes (CUL_HOERMANN.*|FHT_1234|CUL_WS_7)<br>
Das Wort "Types" ist etwas irref&uuml;hrend, da der Ger&auml;tename Das Wort "Types" ist etwas irref&uuml;hrend, da der Ger&auml;tename
gepr&uuml;ft wird, und nicht der Typ.<br> gepr&uuml;ft wird, und nicht der Typ.<br>
<b>Achtung</b>: ab featurelevel 5.9 wird der Regexp automatisch mit <b>Achtung</b>: ab featurelevel 5.8 wird der Regexp automatisch mit
^ und $ erg&auml;nzt, muss also den kompletten Namen matchen (genau wie ^ und $ erg&auml;nzt, muss also den kompletten Namen matchen (genau wie
bei notify und FileLog). bei notify und FileLog).
</li><br> </li><br>