2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

10_ZWave.pm: Log the number of commands in the config desc (Forum #136508)

git-svn-id: https://svn.fhem.de/fhem/trunk@28352 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2024-01-07 10:33:15 +00:00
parent 01d96cf4cf
commit 53e312a28e

View File

@ -3034,7 +3034,8 @@ ZWave_configParseModel($;$)
}
$zwave_modelConfig{$cfg} = \%mc;
Log 3, "ZWave got config for $cfg from $fn" if($ret);
Log 3, "ZWave got config for $cfg from $fn, found ".keys(%hash)." commands"
if($ret);
return $ret;
}