mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +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:
parent
889f9c648e
commit
876405a9af
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user