From 405acdcce96aba784fa1c4a98438dcd3d9347213 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Fri, 20 Dec 2019 17:30:57 +0000
Subject: [PATCH] 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
---
fhem/FHEM/98_autocreate.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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).