Yeelights stopped working sometime today

I first removed all the YL devices, then disabled and removed the Yeelight Adaptor. I then added it back and it found the Yeelights again. However I am getting this error flooding my log:

2020-10-08 20:29:38.489 INFO : yeelight-adapter: Loading add-on yeelight-adapter from /home/pi/.mozilla-iot/addons/yeelight-adapter
2020-10-08 20:29:38.685 ERROR : yeelight-adapter: /home/pi/.mozilla-iot/addons/yeelight-adapter/lib/yeelight-device.js:119
2020-10-08 20:29:38.686 ERROR : yeelight-adapter: this.name = info.name || info.model;
2020-10-08 20:29:38.687 ERROR : yeelight-adapter: ^
2020-10-08 20:29:38.688 ERROR : yeelight-adapter:
2020-10-08 20:29:38.689 ERROR : yeelight-adapter: TypeError: Cannot read property ‘name’ of undefined
2020-10-08 20:29:38.690 ERROR : yeelight-adapter: at new YeelightDevice (/home/pi/.mozilla-iot/addons/yeelight-adapter/lib/yeelight-device.js:119:22)
2020-10-08 20:29:38.691 ERROR : yeelight-adapter: at YeelightAdapter.onDeviceDiscovered (/home/pi/.mozilla-iot/addons/yeelight-adapter/lib/yeelight-adapter.js:31:9)
2020-10-08 20:29:38.691 ERROR : yeelight-adapter: at Socket.socket.on (/home/pi/.mozilla-iot/addons/yeelight-adapter/node_modules/yeelight-node/lib/Client.js:74:25)
2020-10-08 20:29:38.692 ERROR : yeelight-adapter: at Socket.emit (events.js:203:15)
2020-10-08 20:29:38.693 ERROR : yeelight-adapter: at UDP.onMessage [as onmessage] (dgram.js:628:8)
2020-10-08 20:29:38.709 INFO : Plugin: yeelight-adapter died, code = 1 restarting after 23000

Any ideas anyone?

Sorry about that, the upstream library changed its API (in a bugfix release). I’ve pushed out a new release, v0.4.3, that should fix your issue.

This did fix the issue, but I DID have to re-add the lights once updating. Thank you!