mikakaraila / node-red-contrib-opcua

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

Use topic browsename when topic displayname is not set #689

Closed daviddhauwe closed 2 months ago

daviddhauwe commented 2 months ago

When the displayName is not set in the topic the old browseName is used I changed it to use the browsename set in the topic (when available). If not it takes the old (internal) browseName.

685

mikakaraila commented 2 months ago

Thanks, I didn´t have time to test all alternatives...