mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 01:14:19 +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:
parent
01d96cf4cf
commit
53e312a28e
@ -3034,7 +3034,8 @@ ZWave_configParseModel($;$)
|
|||||||
}
|
}
|
||||||
|
|
||||||
$zwave_modelConfig{$cfg} = \%mc;
|
$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;
|
return $ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user