2
0
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:
justme-1968 2013-12-07 14:19:27 +00:00
parent 6c54f5b6d0
commit 10bbd05ff5

View File

@ -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;