2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

98_configdb.pm: use createUniqueId() for uuids

git-svn-id: https://svn.fhem.de/fhem/trunk@25712 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2022-02-20 09:55:44 +00:00
parent b9eecaae20
commit 5d01d7e570

View File

@ -221,7 +221,7 @@ sub CommandConfigdb {
}
when ('uuid') {
$param1 = _cfgDB_Uuid;
$param1 = createUniqueId();
Log3('configdb', 4, "configdb: uuid requested: $param1");
$ret = $param1;
}