Hi,
I'm trying to use two nRF52840DK as Zigbee routers.
I have the following setup,
Software
- Application: Home Assistant
- SDK: nRF5 SDK for Thread and Zigbee v4.1.0
The network contains two routers R1 and R2. At some point, I remove R1 with a leave request. Then R1 leaves the network sending a "leave" message to the broadcast address.
I would like to trigger a callback when the broadcasted leave message is received by R2.
In general, I would like to be able to parse commands that are not ZCL commands. The problem is that the endpoint specific and device callbacks are able to parse only ZCL commands. The "zigbee_default_signal_handler(bufid)" provides the signal "ZB_ZDO_SIGNAL_LEAVE_INDICATION", but unfortunately, it's called only when R1 is a child of R2.
Do you have any suggestions on how to proceed?
Best regards,
Valerio