BiancoRoyal / node-red-contrib-iiot-opcua

deprecated - very new developed by PLUS for Node-RED - https://plus4nodered.com
https://www.npmjs.com/package/node-red-contrib-iiot-opcua
BSD 3-Clause "New" or "Revised" License
34 stars 8 forks source link

[BUG] Misspelling (msg.poyload ====> msg.payload) #189

Closed lxmuyu closed 2 years ago

lxmuyu commented 2 years ago

Which node-red-contrib-iiot-opcua version are you using?

4.0.2

What happened?

489 | try { -- | -- 490 | RED.util.setMessageProperty(msg.poyload, 'value', JSON.parse(dataValuesString)) 491 | } catch (err: any) {

Misspelling (msg.poyload ====> msg.payload)

Server

OPCUA-IIoT-Server Node

How can this be reproduced?

Allways

What did you expect to happen?

No response

Other Information

No response

biancode commented 2 years ago

fixed with next v4.0.9