Time-Picker, darkstyle fixes

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1941 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-10-09 07:05:32 +00:00
parent ab7ffa95fd
commit 78e689348c
7 changed files with 140 additions and 61 deletions

View File

@@ -9918,8 +9918,9 @@ KlikAanKlikUit, NEXA, CHACON, HomeEasy UK. <br> You need to define an RFXtrx433
If the first value references a command, for which "set
device ?" lists a number possible choices (e.g. desired-temp for FHT
devices), then a select widget will be displayed. If the values are
"slider,min,step,max", then a javascript driven slider is displayed. If
the command is state, then the value will be used as a command.<br>
"slider,min,step,max", then a javascript driven slider is displayed.
if the value is "time", then a javascript timepicker is displayed.
If the command is state, then the value will be used as a command.<br>
Examples:
<ul>
attr lamp webCmd on:off:on-for-timer 10<br>
@@ -9929,8 +9930,11 @@ KlikAanKlikUit, NEXA, CHACON, HomeEasy UK. <br> You need to define an RFXtrx433
define d2 dummy<br>
attr d2 webCmd state<br>
attr d2 set setList state:slider,0,1,10<br>
define d3 dummy<br>
attr d3 webCmd state<br>
attr d3 set setList state:time<br>
</ul>
Note: this an attribute for the displayed device, not for the FHEMWEB
Note: this is an attribute for the displayed device, not for the FHEMWEB
instance.
</li>
<br>