Corrected MV04 reading
This commit is contained in:
parent
9523c24122
commit
5b91c4000d
2
main.py
2
main.py
|
|
@ -96,7 +96,7 @@ def format_data(data):
|
|||
"MV03": np.round(data.get("MV03", 0.0), 1),
|
||||
"MV03_sp": np.round(data.get("MV03_sp", 0.0), 1),
|
||||
"MV04": np.round(data.get("MV05", 0.0), 1),
|
||||
"MV04_sp": np.round(data.get("MV05_sp", 0.0), 1),
|
||||
"MV04_sp": np.round(data.get("MV04_sp", 0.0), 1),
|
||||
"MV05": np.round(data.get("MV05", 0.0), 1),
|
||||
"MV05_sp": np.round(data.get("MV05_sp", 0.0), 1),
|
||||
"MV06": np.round(data.get("MV06", 0.0), 1),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user