From 34c793bfa6fecec88ecb7e31231d46d4abd4a872 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 22 Feb 2022 14:29:58 +0100 Subject: [PATCH] flat vs structured --- opcua2mqtt/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opcua2mqtt/config.json b/opcua2mqtt/config.json index ea12576..d6829a0 100644 --- a/opcua2mqtt/config.json +++ b/opcua2mqtt/config.json @@ -11,7 +11,7 @@ "opcua": [ { "enabled": "true", - "type": "structured", + "type": "flat", "url": "opc.tcp://172.16.3.60:4840", "name": "apl", "delay": 1.0, @@ -25,6 +25,7 @@ }, { "enabled": "false", + "type": "flat", "url": "opc.tcp://192.168.254.5:4863", "name": "sh", "delay": 1.0,