mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
commandref_frame.html: add doc for the global encoding attribute (Forum #126088)
git-svn-id: https://svn.fhem.de/fhem/trunk@25702 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a93084e0b4
commit
d740b4e8c0
@ -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.
|
||||
</li><br>
|
||||
|
||||
<a name="encoding"></a>
|
||||
<li>encoding<br>
|
||||
Set the internal encoding used for storing strings.
|
||||
Possible values: bytestream (default) and unicode.<br>
|
||||
Note: Since not all modules were checked, if they work correctly with
|
||||
the internal unicode encoding, this feature is experimental.
|
||||
</li><br>
|
||||
|
||||
<a name="featurelevel"></a>
|
||||
<li>featurelevel<br>
|
||||
Enable/disable old or new features, based on FHEM version.
|
||||
|
@ -1710,6 +1710,14 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet:
|
||||
bzw gethostbyname aufgerufen.
|
||||
</li><br>
|
||||
|
||||
<a name="encoding"></a>
|
||||
<li>encoding<br>
|
||||
Wählt das perl-interne Format, mit dem Strings kodiert sind.
|
||||
Mögliche Werte sind: bytestream (Voreinstellung) und unicode.<br>
|
||||
Achtung: der Wert unicode ist experimentell, da nicht alle FHEM-Module
|
||||
mit dieser Variante geprüft wurden.
|
||||
</li><br>
|
||||
|
||||
<a name="featurelevel"></a>
|
||||
<li>featurelevel<br>
|
||||
Aktiviere bzw. deaktiviere bestimmte alte oder neue Funktionen, basierend
|
||||
|
Loading…
x
Reference in New Issue
Block a user