mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 13:29:26 +00:00
31_LightScene.pm: don't save on delete -> would clear config on shutdown and reread
git-svn-id: https://svn.fhem.de/fhem/trunk@10925 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
610272d350
commit
92f765840c
@ -90,7 +90,6 @@ sub LightScene_Undefine($$)
|
|||||||
my ($hash,$arg) = @_;
|
my ($hash,$arg) = @_;
|
||||||
|
|
||||||
delete $hash->{SCENES};
|
delete $hash->{SCENES};
|
||||||
LightScene_Save();
|
|
||||||
|
|
||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user