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.