diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html
index fb7889bc8..5bc26c7d6 100644
--- a/fhem/docs/commandref_frame.html
+++ b/fhem/docs/commandref_frame.html
@@ -1605,6 +1605,14 @@ The following local attributes are used by a wider range of devices:
OS implementation (inet_aton and gethostbyname) will be used.
+
+
encoding
+ Set the internal encoding used for storing strings.
+ Possible values: bytestream (default) and unicode.
+ Note: Since not all modules were checked, if they work correctly with
+ the internal unicode encoding, this feature is experimental.
+
+
featurelevel
Enable/disable old or new features, based on FHEM version.
diff --git a/fhem/docs/commandref_frame_DE.html b/fhem/docs/commandref_frame_DE.html
index a4cdf4251..34470fb9d 100644
--- a/fhem/docs/commandref_frame_DE.html
+++ b/fhem/docs/commandref_frame_DE.html
@@ -1710,6 +1710,14 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet:
bzw gethostbyname aufgerufen.
+
+ encoding
+ Wählt das perl-interne Format, mit dem Strings kodiert sind.
+ Mögliche Werte sind: bytestream (Voreinstellung) und unicode.
+ Achtung: der Wert unicode ist experimentell, da nicht alle FHEM-Module
+ mit dieser Variante geprüft wurden.
+
+
featurelevel
Aktiviere bzw. deaktiviere bestimmte alte oder neue Funktionen, basierend