I'm using node-opcua library. I have instance of OPCUAServer. How can I get node value and edit it?
I assume OPC client should be able to do it, but I want to interact with OPC server since I'm responding to an internal event.
Should I maybe use something like WriteRequest to perform such operation?