diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html index bfe7cdca8..0b25e40de 100644 --- a/fhem/docs/commandref_frame.html +++ b/fhem/docs/commandref_frame.html @@ -436,6 +436,24 @@ Device specific attributes are documented in the corresponding device section. attr store eventMap /on-for-timer 10:open/off:closed/
set store open + The explicit variant of this attribute has the following syntax: + + This variant must be used, if the mapping is not symmetrical, the first + part (dev) representing the device to user mapping, i.e. if the device + reports on 100 or on-for-timer 100, the user will see open 100. The + second part (usr) is the other direction, if the user specified open + 10, the device will receive on 10. On both occasions the key will be + first compared directly with the text, and if it is not equal, then it + will be tried to match it as a regexp. When using regexps in the usr + part with wildcards, the fw part must be filled with the exact same + keys to enable a correct display in the FHEMWEB set dropdown list in + the detail view. +
diff --git a/fhem/docs/commandref_frame_DE.html b/fhem/docs/commandref_frame_DE.html index 3f85dcffb..e61f40638 100644 --- a/fhem/docs/commandref_frame_DE.html +++ b/fhem/docs/commandref_frame_DE.html @@ -453,6 +453,25 @@ Gerät dokumentiert. attr store eventMap /on-for-timer 10:open/off:closed/
set store open + Die explizite Variante dieses Attributes hat folgenden Syntax: + + Diese Variante muss dann verwendet werden, falls das Mapping nicht + symmetrisch ist. Der erste Teil (dev) spezifiziert dabei die Richtung + Gerät zu Benutzer, d.h. falls das Gerät on 100 oder + on-for-timer 100 meldet, dann wird der Benutzer open 100 zu sehen + bekommen. Der zweite Teil (usr) spezifiziert die Richtung Benutzer zu + Gerät, d.h. wenn man "set XX open 100" eingibt, dann wird das + Kommando "on 100" an das Gerät gesendet. In beiden Fällen wird + der Schlüssel zuerst direkt, und dann als Regexp mit dem Wert + verglichen. Falls man Regexps mit Wildcards im usr Teil verwendet, dann + muss man den fw Teil mit dem exakt gleichen Schlüsseln + ausfüllen, damit FHEMWEB in der Detail-Ansicht den set-Auswahl + richtig anzeigen kann.
@@ -1211,7 +1230,7 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet: