esp_zb_scheduler_alarm() function
Schedule alarm - callback to be executed after timeout.
Arguments
cb
- function to call via scheduler
param
- parameter to pass to the function
time
- timeout, in millisecond
Notes
Function will be called via scheduler after timeout expired in millisecond. Timer resolution depends on implementation. Same callback can be scheduled for execution more then once.