betateilchen: debug code

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18295 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2019-01-17 15:01:00 +00:00
parent 0e8dc3b8a8
commit 468f1f97e5

View File

@ -469,7 +469,7 @@ sub cfgDB_SaveCfg(;$) {
$def = ""; $def = "";
} }
push @rowList, "define $d $defs{$d}{TYPE} $def"; push @rowList, "define $d $defs{$d}{TYPE} $def";
push @rowList, "setuuid $d $defs{$d}{uuid}" if (defined($defs{$d}{uuid}) && $defs{$d}{uuid}); push @rowList, "setuuid $d $defs{$d}{FUUID}" if (defined($defs{$d}{FUUID}) && $defs{$d}{FUUID});
} }
foreach my $a (sort { foreach my $a (sort {