2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

98_fheminfo.pm: minor change

git-svn-id: https://svn.fhem.de/fhem/trunk@14743 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-07-18 16:41:25 +00:00
parent 889f9c648e
commit 876405a9af

View File

@ -110,6 +110,7 @@ sub _fi2_Count() {
if (lc($type) eq 'zwave') {
$model = ReadingsVal($name,'modelId',undef);
next unless (defined($model));
next if ($model =~ /^0x.... /);
$model = _fi2_zwave($model);
}