From 00d4004e5420ee1f554c52b72425dd03892b6564 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 22 Feb 2022 17:19:56 +0100 Subject: [PATCH] fix in readme --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index c44a265..2685786 100644 --- a/readme.md +++ b/readme.md @@ -53,6 +53,9 @@ The attribute `nodes` finally contains the list of variables to be queried. It c In `flat` mode the final topic will be `${mqtt.publicTopicPrefix}/${opcua.name}/${opcua.node.ns}/${opcua.node.d}` + +## Example Output + An example for the MQTT messages according to the above configuration in `flat` mode is: opcua/apl/0/pv {"serverName": "apl", "nameSpaceIndex": 0, "variableName": "pv", "value": 19.849281311035156}