Koenkk / zigbee-herdsman

A Node.js Zigbee library
MIT License
457 stars 279 forks source link

EZSP lint fixes. PermitJoin await fix. #921

Closed Nerivec closed 3 months ago

Nerivec commented 3 months ago

Enabled lint on the adapter (most of this is just lint fixes). Fixed missing await in PermitJoin, and handle cleanup logic on disabling.

Should hopefully fix https://github.com/Koenkk/zigbee2mqtt/issues/18834 Should also fix some (definitely not all though) of the issues mentioned here https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/issues/566

@kirovilya Your thoughts?

Koenkk commented 3 months ago

Thanks!