2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

31_LightScene.pm: ignore events untill $init_done (see: https://forum.fhem.de/index.php/topic,97954.0.html)

git-svn-id: https://svn.fhem.de/fhem/trunk@18765 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2019-03-01 09:13:39 +00:00
parent 4b5641924c
commit ee57dd3834

View File

@ -212,6 +212,7 @@ LightScene_Notify($$)
LightScene_Save();
}
return if( !$init_done );
return if( $dev->{TYPE} eq $hash->{TYPE} );
my $max = int(@{$dev->{CHANGED}});