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
This commit is contained in:
rudolfkoenig
2017-09-21 08:12:53 +00:00
parent 18fd9d3b28
commit 45f3c36f7f
2 changed files with 6 additions and 0 deletions

View File

@@ -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:<ul><code>
attr store eventMap on:open off:closed<br>
attr store eventMap /on-for-timer 10:open/off:closed/<br>