diff --git a/FHEM/12_HMS.pm b/FHEM/12_HMS.pm
index 002758685..522478b26 100755
--- a/FHEM/12_HMS.pm
+++ b/FHEM/12_HMS.pm
@@ -261,10 +261,6 @@ HMS_Parse($$)
Notes:
- - There is _NO_ guarantee that the code will work as expected in all
- circumstances, the authors are not liable for any damage occuring as a
- result of incomplete or buggy code
-
- Currently supported devices are the HMS100-T HMS100-TF HMS100-WD
HMS100-MG HMS100-TFK HMS100-CO HMS100-FIT RM100-2 RM100-3
@@ -317,4 +313,81 @@ HMS_Parse($$)
=end html
+
+=begin html_DE
+
+
+HMS
+
+
+ Define
+
+ define <name> HMS <housecode>
+
+
+ Der <housecode>
ist eine vierstellige HEX-Zahl,
+ entsprechend dem HMS Gerät.
+
+ Beispiel:
+
+ Hinweise:
+
+ - Derzeit werden folgende Komponenten Unterstützt: HMS100-T
+ HMS100-TF HMS100-WD HMS100-MG HMS100-TFK HMS100-CO HMS100-FIT RM100-2
+ RM100-3
+
+ - Der Hauscode kann sich ändern wenn die Batterie gewechselt wird.
+ Um sich das Leben einfacher zu machen kann man ein "Wildcard"
+ (Platzhalter) Device für jeden Typ von HMS Gerät anlegen.
+ Zuerst wird die echte Device-ID geprüft, danach die Wildcard-ID.
+ Wildcards sind:
+
+ - 1000 für das HMS100-TF
+ - 1001 für das HMS100-T
+ - 1002 für das HMS100-WD
+ - 1003 für das RM100-2
+ - 1004 für das HMS100-TFK
+ - 1006 für das HMS100-MG
+ - 1008 für das HMS100-CO
+ - 100e für das HMS100-FIT
+
+
+
+ - Einige "Batteriestand niedrig" Benachrichtigungen sind noch nicht
+ implemeniert (RM100, HMS100WD).
+
+ - Die Installation ist zu testen bevor man sich auf die
+ Funktionalität verlässt.
+
+
+
+
+
+
+
+ Set
+
+
+ Get
+
+
+ Attributes
+
+
+
+
+
+=end html_DE
+
=cut