diff --git a/main.py b/main.py index 8ad6415..985d8a1 100644 --- a/main.py +++ b/main.py @@ -100,6 +100,7 @@ def format_PU_data(data): "MV07_sp": np.round(data.get("MV07_sp", 0.0), 1), "MV08": np.round(data.get("MV08", 0.0), 1), "MV08_sp": np.round(data.get("MV08_sp", 0.0), 1), + "Pump_sp" : np.round(data.get("Pump_sp", 0.0), 1), } diff --git a/static/monitor_PU.html b/static/monitor_PU.html index eae7603..1edd416 100644 --- a/static/monitor_PU.html +++ b/static/monitor_PU.html @@ -63,6 +63,7 @@
+