mikakaraila / node-red-contrib-opcua

A Node-RED node to communicate OPC UA. Uses node-opcua library.
Other
208 stars 191 forks source link

Server addVariable boolean is true by default #686

Closed daviddhauwe closed 2 months ago

daviddhauwe commented 2 months ago

When adding a new Boolean variable to the server address spaces, it is true by default. This is not 'normal' behaviour and all other variable types are initialised with 0. The expected behaviour is that the variable is initialised as false.