2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-18 12:06:04 +00:00

Doku fix, thanks to Hannomag

git-svn-id: https://svn.fhem.de/fhem/trunk@2990 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-03-26 13:11:37 +00:00
parent 46251855fa
commit 1933173d32

View File

@ -2965,13 +2965,13 @@ FW_htmlEscape($)
attr lamp webCmd on:off:on-for-timer 10<br>
define d1 dummy<br>
attr d1 webCmd state<br>
attr d1 set setList state:on,off<br>
attr d1 setList state:on,off<br>
define d2 dummy<br>
attr d2 webCmd state<br>
attr d2 set setList state:slider,0,1,10<br>
attr d2 setList state:slider,0,1,10<br>
define d3 dummy<br>
attr d3 webCmd state<br>
attr d3 set setList state:time<br>
attr d3 setList state:time<br>
</ul>
Note: this is an attribute for the displayed device, not for the FHEMWEB
instance.