Re-Add dim:slider... to the list of commands.
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2628 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -188,7 +188,8 @@ FS20_Set($@)
|
||||
$list = "" if($mt && $mt eq "sender");
|
||||
$list = $fs20_simple if($mt && $mt eq "simple");
|
||||
}
|
||||
$list = join(" ", sort keys %fs20_c2b) if(!defined($list));
|
||||
$list = (join(" ", sort keys %fs20_c2b) . " dim:slider,0,6.25,100")
|
||||
if(!defined($list));
|
||||
return SetExtensions($hash, $list, @a);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user