Adds MV04
This commit is contained in:
parent
ab01ac41bc
commit
469db8f87c
3
main.py
3
main.py
|
|
@ -59,7 +59,8 @@ def format_data(data):
|
||||||
|
|
||||||
"MV03": data.get("MV03", 0.0),
|
"MV03": data.get("MV03", 0.0),
|
||||||
"MV03_sp": data.get("MV03_sp", 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": data.get("MV05", 0.0),
|
||||||
"MV05_sp": data.get("MV05_sp", 0.0),
|
"MV05_sp": data.get("MV05_sp", 0.0),
|
||||||
"MV06": data.get("MV06", 0.0),
|
"MV06": data.get("MV06", 0.0),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user