2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

betateilchen: debug code

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

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 {