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:
parent
f8707259d1
commit
e60f555262
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user