Adds MV04

This commit is contained in:
Etienne Chassaing 2025-07-16 09:28:52 +02:00
parent ab01ac41bc
commit 469db8f87c

View File

@ -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),