diff --git a/fhem/FHEM/98_autocreate.pm b/fhem/FHEM/98_autocreate.pm index 5f2f1d036..61fa1f781 100644 --- a/fhem/FHEM/98_autocreate.pm +++ b/fhem/FHEM/98_autocreate.pm @@ -813,7 +813,7 @@ autocreate_Attr(@) attr autocreate ignoreTypes (CUL_HOERMANN.*|FHT_1234|CUL_WS_7)
The word "Types" is somehow misleading, as it actually checks the generated device name.
- Note: starting with featurelevel 5.9 the regexp is automatically + Note: starting with featurelevel 5.8 the regexp is automatically extended with ^ and $, so that it must match the whole name (same procedure as in notify and FileLog).
@@ -980,7 +980,7 @@ autocreate_Attr(@) attr autocreate ignoreTypes (CUL_HOERMANN.*|FHT_1234|CUL_WS_7)
Das Wort "Types" ist etwas irreführend, da der Gerätename geprüft wird, und nicht der Typ.
- Achtung: ab featurelevel 5.9 wird der Regexp automatisch mit + Achtung: ab featurelevel 5.8 wird der Regexp automatisch mit ^ und $ ergänzt, muss also den kompletten Namen matchen (genau wie bei notify und FileLog).