Is your feature request related to a problem?
Using the energy efficient deep sleep mode the device must rejoin to the Zigbee network after wakeup because all session information is lost. This take additional time (energy).
Describe the solution you'd like.
I would like to save all needed information (data) to the RTC FAST Memory, it will not be lost in deep sleep mode (if right configuration). So after start we could check the RTC RAM value - if valid, the join procedure can be skipped.
If connection is multiple times not possible the rejoin can be forced (set RTC values to invalid)
Describe alternatives you've considered.
No response
Additional context.
a similar method was implemented for the ESP32 at LoraWan