Argonne-National-Laboratory / node-red-contrib-modbustcp

Node-Red nodes for communicating with a Modbus TCP server
Other
14 stars 15 forks source link

Update config nodes by incoming payload #28

Open WeeSee opened 5 years ago

WeeSee commented 5 years ago

I need to modify/add config nodes for the modbustcp node externall triggered by a web request

/add-modbus-device?ip=1.2.3.4&port=502 

Since modbus device communication data is stored in config nodes this is not possible today.

It would be perfect if the config data could be updated/overridden by the incoming payload of the modbustcp node.