diff --git a/py/libs/util.py b/py/libs/util.py index 3532f6c..be9808f 100644 --- a/py/libs/util.py +++ b/py/libs/util.py @@ -299,6 +299,8 @@ def grab_device_data(dev, q): if d['name'] in excluded_keys: continue health_vals[d['name']]=d['value'] + elif result['board-name']=='x86': + health_vals={} else: health_vals: Dict[str, str] = health[0] result.update(health_vals)