-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Open
Labels
Area: ZigbeeIssues and Feature Request about ZigbeeIssues and Feature Request about ZigbeeType: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32
Description
Related area
Zigbee
Hardware specification
C6/H2
Is your feature request related to a problem?
Currently I am making a "sleepy" device using zigbee and want to enable OTA, i have it setup so the device sleeps after 30s of inactivity, but when an OTA starts it takes ages, id like it to not go to sleep. Can we get a way to monitor the update status like if is currently in an OTA or a function call back
Describe the solution you'd like
Set some flag in the EP class which you can check before going to sleep.
OR
Function that gets called when an OTA starts/ends i.e pseudo code of how it calls the function `update(state: bool [false ==start, true == updated)
OR
Something else i havent thought of
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.
Metadata
Metadata
Assignees
Labels
Area: ZigbeeIssues and Feature Request about ZigbeeIssues and Feature Request about ZigbeeType: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32