fix in readme

This commit is contained in:
Wolfgang Hottgenroth
2022-02-22 17:19:56 +01:00
parent 813470fd03
commit 00d4004e54

View File

@ -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}` 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: 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} opcua/apl/0/pv {"serverName": "apl", "nameSpaceIndex": 0, "variableName": "pv", "value": 19.849281311035156}