From 469db8f87cc7200418c484569868c7d671755941 Mon Sep 17 00:00:00 2001 From: Etienne Chassaing <60154720+cetiennec@users.noreply.github.com> Date: Wed, 16 Jul 2025 09:28:52 +0200 Subject: [PATCH] Adds MV04 --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 6b7e912..9d93d8f 100644 --- a/main.py +++ b/main.py @@ -59,7 +59,8 @@ def format_data(data): "MV03": data.get("MV03", 0.0), "MV03_sp": data.get("MV03_sp", 0.0), - + "MV04": data.get("MV05", 0.0), + "MV04_sp": data.get("MV05_sp", 0.0), "MV05": data.get("MV05", 0.0), "MV05_sp": data.get("MV05_sp", 0.0), "MV06": data.get("MV06", 0.0),