From 548778c3f59202f516cfcd511215edaf517954d9 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 --- valve.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/valve.html b/valve.html index 8804239..c2075c0 100644 --- a/valve.html +++ b/valve.html @@ -22,6 +22,8 @@ // Define specific properties speed: { value: 1, required: true }, + processOutputFormat: { value: "process" }, + dbaseOutputFormat: { value: "influxdb" }, //define asset properties uuid: { value: "" }, @@ -113,6 +115,24 @@ +

Output Formats

+
+ + +
+
+ + +
+