From 762770a063397e2b7b6a5d6f21bcc7287167dc76 Mon Sep 17 00:00:00 2001 From: Rene De Ren Date: Thu, 12 Mar 2026 16:39:25 +0100 Subject: [PATCH] Expose output format selectors in editor --- pumpingStation.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pumpingStation.html b/pumpingStation.html index 8c56986..140cc2b 100644 --- a/pumpingStation.html +++ b/pumpingStation.html @@ -24,6 +24,8 @@ heightInlet: { value: 0.8 }, // m, centre of inlet pipe above floor heightOutlet: { value: 0.2 }, // m, centre of outlet pipe above floor heightOverflow: { value: 0.9 }, // m, overflow elevation + processOutputFormat: { value: "process" }, + dbaseOutputFormat: { value: "influxdb" }, // Advanced reference information refHeight: { value: "NAP" }, // reference height @@ -163,6 +165,25 @@ +
+

Output Formats

+
+ + +
+
+ + +
+