From 38fdd8b8874c15a8f35ee89bdef3ca293ce77707 Mon Sep 17 00:00:00 2001 From: kuzl Date: Sun, 25 Jan 2015 18:00:29 +0000 Subject: [PATCH] 98_LW12.pm: added speed slider git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7719 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/98_LW12.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/contrib/98_LW12.pm b/fhem/contrib/98_LW12.pm index e5b1446be..080a8a17b 100644 --- a/fhem/contrib/98_LW12.pm +++ b/fhem/contrib/98_LW12.pm @@ -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";