Closed hrabbit closed 6 years ago
Node was assigning the ID of the node to the same id as entered for the device itself. This meant all sorts of internal things were being broken when Node tried to save any changes to the config relating to this device.
Hopefully this change cleans up the problem.
Thanks for your PR!
I've published it as 3.0.0 since this is a breaking change
Node was assigning the ID of the node to the same id as entered for the device itself. This meant all sorts of internal things were being broken when Node tried to save any changes to the config relating to this device.
Hopefully this change cleans up the problem.