From f7c3dc2482a243273debe2203cda156234ae5ca0 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 --- measurement.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/measurement.html b/measurement.html index dbb5fb3..dca4dc1 100644 --- a/measurement.html +++ b/measurement.html @@ -30,6 +30,8 @@ simulator: { value: false }, smooth_method: { value: "" }, count: { value: "10", required: true }, + processOutputFormat: { value: "process" }, + dbaseOutputFormat: { value: "influxdb" }, //define asset properties uuid: { value: "" }, @@ -220,6 +222,25 @@
Number of samples for smoothing
+
+

Output Formats

+
+ + +
+
+ + +
+