diff --git a/src/pyvesync_v2/vesyncfan.py b/src/pyvesync_v2/vesyncfan.py index 0e55d0c..e6fd8b3 100644 --- a/src/pyvesync_v2/vesyncfan.py +++ b/src/pyvesync_v2/vesyncfan.py @@ -235,7 +235,7 @@ def display_json(self): """Return air purifier status and properties in JSON output.""" sup = super().display_json() sup_val = json.loads(sup) - sup_val.append({ + sup_val.update({ "Active Time": str(self.active_time), "Fan Level": self.fan_level, "Air Quality": self.air_quality,