From 4cf46f33c94af22a3107b6f288068ab5ce66e199 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 --- rotatingMachine.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/rotatingMachine.html b/rotatingMachine.html index 28e210c..caf67ec 100644 --- a/rotatingMachine.html +++ b/rotatingMachine.html @@ -26,6 +26,8 @@ cooldown: { value: 0 }, movementMode : { value: "staticspeed" }, // static or dynamic machineCurve : { value: {}}, + processOutputFormat: { value: "process" }, + dbaseOutputFormat: { value: "influxdb" }, //define asset properties uuid: { value: "" }, @@ -143,6 +145,24 @@ +

Output Formats

+
+ + +
+
+ + +
+
@@ -162,4 +182,4 @@
  • Enable Log / Log Level: toggle via Logger menu.
  • Position: set Upstream / At Equipment / Downstream via Position menu.
  • - \ No newline at end of file +