diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html index e27684a8b..b87a097f4 100644 --- a/fhem/docs/commandref_frame.html +++ b/fhem/docs/commandref_frame.html @@ -359,6 +359,9 @@ Device specific attributes are documented in the corresponding device section. separated pair. The first part specifies the "old" value, the second the new/desired value. If the first character is slash(/) or comma(,) then split not by space but by this character, enabling to embed spaces. + You can specify a widgetOverride after an additional colon (e.g. + on-for-timer:OnFor:texField), the default widget is :noArg to avoid + extra input fields in cmdList. Examples:
attr store eventMap on:open off:closed
attr store eventMap /on-for-timer 10:open/off:closed/
diff --git a/fhem/docs/commandref_frame_DE.html b/fhem/docs/commandref_frame_DE.html
index 6ec95de13..e665441fb 100644
--- a/fhem/docs/commandref_frame_DE.html
+++ b/fhem/docs/commandref_frame_DE.html
@@ -361,6 +361,9 @@ Gerät dokumentiert.
"alten" Wert, der zweite Teil den "neuen" Wert dar. Wenn der erste Wert
ein Slash (/) oder ein Komma (,) ist, dann wird nicht durch Leerzeichen
sondern durch das vorgestellte Zeichen getrennt.
+ Optional kann man auch ein widgetOverride angeben (angehängt nach
+ einem Doppelpunkt (z.Bsp. on-for-timer:OnFor:texField). Die
+ Voreinstellung ist :noArg, um das Input Feld bei cmdList zu vermeiden.
Beispiele:
attr store eventMap on:open off:closed