mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-09 13:31:41 +00:00
ad84374046
* fix: OTA loses version info for develco/frient This fix is not perfect, as it will still print that it got updated from null to null. We just moved the reconfigure later, which will trigger this https://github.com/Koenkk/zigbee-herdsman-converters/blob/000041cba216822dab151151c493b560678da91a/src/devices/develco.ts#L36 for develco/frient devices that have it in their configure. (Which should be all of them) Of note though, ZCL marks both dateCode and swBuildId as optional attributes, so Develco/Frient returning UNSUPPORTED_ATTRIBUTE here is not outside of spec. Although I'm not sure there is a cleaner way to do this. * Update otaUpdate.test.js * Update otaUpdate.ts --------- Co-authored-by: Koen Kanters <koenkanters94@gmail.com>