From 2054ec3031d1f5a8f9bf7f6d2e5c4a8088a45e83 Mon Sep 17 00:00:00 2001 From: sachag Date: Mon, 19 Jul 2010 09:55:01 +0000 Subject: [PATCH] dim10 dim20 dim30 ... git-svn-id: https://svn.fhem.de/fhem/trunk@656 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/22_ALL3076.pm | 2 +- fhem/docs/commandref.html | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/fhem/FHEM/22_ALL3076.pm b/fhem/FHEM/22_ALL3076.pm index e6ac53bf5..a3545c88a 100644 --- a/fhem/FHEM/22_ALL3076.pm +++ b/fhem/FHEM/22_ALL3076.pm @@ -49,7 +49,7 @@ ALL3076_Set($@) my ($hash, @a) = @_; return "no set value specified" if(int(@a) != 2); - return "Unknown argument $a[1], choose one of dim[1-100]% dimdown dimup on off toggle" if($a[1] eq "?"); + return "Unknown argument $a[1], choose one of on off toggle dimdown dimup dim10% dim20% dim30% dim40% dim50% dim60% dim70% dim80% dim90% dim100%" if($a[1] eq "?"); my $v = $a[1]; my $v2 = ""; diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html index 8e40c3944..9de68aa8a 100644 --- a/fhem/docs/commandref.html +++ b/fhem/docs/commandref.html @@ -2898,6 +2898,16 @@ A line ending with \ will be concatenated with the next one, so long lines where value is one of:
     dimdown
+    dim10%
+    dim20%
+    dim30%
+    dim40%
+    dim50%
+    dim60%
+    dim70%
+    dim80%
+    dim90%
+    dim100%
     dim[0-100]%
     dimup
     off