mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
fixed icons for devices with lightSceneParamsToSave
git-svn-id: https://svn.fhem.de/fhem/trunk@4336 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6c54f5b6d0
commit
10bbd05ff5
@ -352,6 +352,7 @@ LightScene_Set($@)
|
||||
$type = "" if( !defined($type) );
|
||||
|
||||
if( my $toSave = AttrVal($d,"lightSceneParamsToSave","") ) {
|
||||
$icon = Value($d);
|
||||
if( $toSave =~ m/^{.*}$/) {
|
||||
my $DEVICE = $d;
|
||||
$toSave = eval $toSave;
|
||||
|
Loading…
x
Reference in New Issue
Block a user