@@ -250,7 +250,7 @@ class Device(object):
if self.data['device_cur'] == 'stat':
if v['hardware_type'] == 6:
self.data['pic'] = True
- else:
+ elif v['type_id'] > 0:
self.data['device'].append(v)
else: