2022-02-04 22:30:48 +01:00

24 lines
546 B
JSON

{
"mqtt": {
"broker": "172.16.2.16",
"port": 1883,
"publishTopicPrefix": "opcua"
},
"opcua": [
{
"enabled": "true",
"nodes": [
{ "ns": 0, "n": "i=345", "d": "pv" },
{ "ns": 0, "n": "i=348", "d": "sv" },
{ "ns": 0, "n": "i=351", "d": "tv" },
{ "ns": 0, "n": "i=354", "d": "qv" }
],
"url": "opc.tcp://172.16.3.60:4840",
"name": "apl",
"delay": 1.0
}
]
}