zigpy / bellows

A Python 3 project to implement EZSP for EmberZNet devices
GNU General Public License v3.0
182 stars 86 forks source link

EZSP v13 (EZSP PROTOCOL VERSION 13) support in bellows? #601

Closed Hedda closed 9 months ago

Hedda commented 9 months ago

EZSP protocol version been incremented to EZSP v13 in Silicon Labs Gecko SDK v4.4 (4.4.0.0) / Zigbee EmberZNet v7.4 (7.4.0.0):

https://github.com/SiliconLabs/gecko_sdk/releases/tag/v4.4.0

https://www.silabs.com/documents/public/release-notes/emberznet-release-notes-7.4.0.0.pdf

https://www.silabs.com/wireless/zigbee?tab=software#software

0x0D hexadecimal = 13 in decimal.

https://github.com/SiliconLabs/gecko_sdk/blob/gsdk_4.4/protocol/zigbee/app/util/ezsp/ezsp-protocol.h#L33

Not sure if any relevant changes or not?