mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
LightScene: possible fix for forum #27678
git-svn-id: https://svn.fhem.de/fhem/trunk@6704 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
380e902795
commit
c620b87924
@ -299,7 +299,7 @@ LightScene_Notify($$)
|
||||
|
||||
if( ref($state) eq 'ARRAY' ) {
|
||||
$matched = 0;
|
||||
} elsif( $state ne $s{$d} ) {
|
||||
} elsif( !defined($s{$d}) || $state ne $s{$d} ) {
|
||||
$matched = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user