From 1da55fc3f5f65a1296e56a79547b44f2b932a208 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 --- reactor.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/reactor.html b/reactor.html index 9d1574f..ebe283d 100644 --- a/reactor.html +++ b/reactor.html @@ -29,6 +29,8 @@ X_TS_init: { value: 125.0009, required: true }, timeStep: { value: 1, required: true }, + processOutputFormat: { value: "process" }, + dbaseOutputFormat: { value: "influxdb" }, enableLog: { value: false }, logLevel: { value: "error" }, @@ -233,6 +235,23 @@ +

Output Formats

+
+ + +
+
+ + +