mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-28 23:14:10 +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) );
|
$type = "" if( !defined($type) );
|
||||||
|
|
||||||
if( my $toSave = AttrVal($d,"lightSceneParamsToSave","") ) {
|
if( my $toSave = AttrVal($d,"lightSceneParamsToSave","") ) {
|
||||||
|
$icon = Value($d);
|
||||||
if( $toSave =~ m/^{.*}$/) {
|
if( $toSave =~ m/^{.*}$/) {
|
||||||
my $DEVICE = $d;
|
my $DEVICE = $d;
|
||||||
$toSave = eval $toSave;
|
$toSave = eval $toSave;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user