steffenmllr / node-red-contrib-sonoff-tasmota

Connect Sonoff Devices running the Sonoff-Tasmota firmware easy to node red
MIT License
19 stars 14 forks source link

Updated config key to prevent clashing with Node #11

Closed hrabbit closed 6 years ago

hrabbit commented 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.

steffenmllr commented 6 years ago

Thanks for your PR!

steffenmllr commented 6 years ago

I've published it as 3.0.0 since this is a breaking change