98_LW12.pm: added speed slider

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7719 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
kuzl
2015-01-25 18:00:29 +00:00
parent fea84c0307
commit 38fdd8b887

View File

@@ -40,7 +40,7 @@ package main;
use strict;
use warnings;
use feature qw/say switch/;
use IO::Socket;
# include this for the self-calling timer we use later on
use Time::HiRes qw(gettimeofday);
@@ -144,7 +144,7 @@ sub LW12_Set( $@ ) {
}
my $cmdList = "" .
"on off next:noArg prev:noArg animation mode speed run:noArg stop:noArg " .
"on off next:noArg prev:noArg animation mode speed:slider,1,0,255 run:noArg stop:noArg " .
"color dim:slider,1,1,100 " .
"rgb:colorpicker,rgb hsv";