From ba9ba5dee084a24d952ae7fc83b8fa7f4ae22701 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Tue, 26 Mar 2013 13:11:37 +0000 Subject: [PATCH] Doku fix, thanks to Hannomag git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2990 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/01_FHEMWEB.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FHEM/01_FHEMWEB.pm b/FHEM/01_FHEMWEB.pm index 052ffd9a6..9e6480501 100755 --- a/FHEM/01_FHEMWEB.pm +++ b/FHEM/01_FHEMWEB.pm @@ -2965,13 +2965,13 @@ FW_htmlEscape($) attr lamp webCmd on:off:on-for-timer 10
define d1 dummy
attr d1 webCmd state
- attr d1 set setList state:on,off
+ attr d1 setList state:on,off
define d2 dummy
attr d2 webCmd state
- attr d2 set setList state:slider,0,1,10
+ attr d2 setList state:slider,0,1,10
define d3 dummy
attr d3 webCmd state
- attr d3 set setList state:time
+ attr d3 setList state:time
Note: this is an attribute for the displayed device, not for the FHEMWEB instance.