2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 16:19:11 +00:00

31_LightScene.pa:m fix for followDevices 2

git-svn-id: https://svn.fhem.de/fhem/trunk@8814 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2015-06-24 07:49:40 +00:00
parent f8707259d1
commit e60f555262

View File

@ -789,7 +789,6 @@ LightScene_Attr($@)
if( $attrName eq "followDevices" ) {
my $hash = $defs{$name};
$attrVal = 1 if($attrVal);
if( $cmd eq "set" ) {
$hash->{followDevices} = $attrVal;