2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-24 21:29:21 +00:00

98_configdb.pm: #111052 (show red question mark)

git-svn-id: https://svn.fhem.de/fhem/trunk@21918 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2020-05-11 20:38:25 +00:00
parent 36e429c9ad
commit 72f185a908

View File

@ -57,7 +57,7 @@ sub CommandConfigdb {
# set attribute
$configDB{attr}{$param1} = $param2;
$ret = " attribute $param1 set to value $param2";
addStructChange('configdb attr',undef,"$param1 $param2 (set)";
addStructChange('configdb attr',undef,"$param1 $param2 (set)");
}
}