github.com/mdaxf/iac@v0.0.0-20240519030858-58a061660378/opcuaclient.json (about) 1 { 2 "opcclients":[ 3 { 4 "host":"localhost", 5 "endpoint":"opc.tcp://10.5.16.193:49320", 6 "name":"opcuaclient", 7 "namespace":"urn:NodeOPCUA-Server-default", 8 "certFile":"", 9 "keyFile":"", 10 "caFile":"", 11 "subgroups":[ 12 { 13 "triggerTags":["Channel1.Device1.Tag1"], 14 "triggerType":"value", 15 "triggerValue":[0], 16 "trigger":"" 17 }, 18 { 19 "triggerTags":["Channel1.Device1.Tag2"], 20 "triggerType":"value", 21 "triggerValue":[0], 22 "trigger":"" 23 } 24 ] 25 26 } 27 ] 28 }