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 @@ +