98_LW12.pm: added speed slider
git-svn-id: https://svn.fhem.de/fhem/trunk@7719 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user