gopcua / opcua

Native Go OPC-UA library
MIT License
856 stars 259 forks source link

monitor: add support to modify subscription, monitored items, and set monitoring mode #710

Open jackchenjc opened 8 months ago

jackchenjc commented 8 months ago

Currently, we have subscription.Subscribe(), subscription.Unsubscribe(), subscription.AddMonitorItems() and subscription.RemoveMonitorItems() implemented in the monitor package, but the modification functionality is missing.

Should be able to leverage the functions implemented in opcua.subscription