From d64d4dad95fc67bdf3a8b4d89c761fdf7f42770f Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Thu, 21 Sep 2017 08:12:53 +0000 Subject: [PATCH] commandref_frame*.html: Add eventMap doc for widgetOverride (Forum #76755) git-svn-id: https://svn.fhem.de/fhem/trunk@15113 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/docs/commandref_frame.html | 3 +++ fhem/docs/commandref_frame_DE.html | 3 +++ 2 files changed, 6 insertions(+) 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