mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
dim10 dim20 dim30 ...
git-svn-id: https://svn.fhem.de/fhem/trunk@656 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8c36f791f8
commit
3dcf20ec44
@ -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 = "";
|
||||
|
@ -2898,6 +2898,16 @@ A line ending with \ will be concatenated with the next one, so long lines
|
||||
where <code>value</code> is one of:<br>
|
||||
<pre>
|
||||
dimdown
|
||||
dim10%
|
||||
dim20%
|
||||
dim30%
|
||||
dim40%
|
||||
dim50%
|
||||
dim60%
|
||||
dim70%
|
||||
dim80%
|
||||
dim90%
|
||||
dim100%
|
||||
dim[0-100]%
|
||||
dimup
|
||||
off
|
||||
|
Loading…
x
Reference in New Issue
Block a user