-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
When re-naming a node (screenshot); the node's inputs are not adjusted to use the new node name. The old node is then re-created when the next input data is received.
Node field above is the device.nodeid field in MySQL
Name field above is the device.name field in MySQL
MySQL data structure: device.nodeid == input.nodeid
Would be good to add the check for node inputs and editing their input.nodeid property in the following lines: https://github.com/emoncms/device/blob/master/device_model.php#L435
As inputs is a Module in https://github.com/emoncms/emoncms it would be better to use the input controller to achieve this without having to change the input Module directly.
