Hai,
I want to include the scene functionalities in the HA_color_dimmable_light example.
From the coordinator I'm able to create and execute Scene.
But From the HA_color_dimmable_light example there is no functions to handle the scene.
I'm getting the callback on "zb_action_handler"
for ESP_ZB_CORE_SCENES_STORE_SCENE_CB_ID and ESP_ZB_CORE_SCENES_RECALL_SCENE_CB_ID.
how to implement function to handle this event?
Any example functions available?
Question
Hai, I want to include the scene functionalities in the HA_color_dimmable_light example. From the coordinator I'm able to create and execute Scene. But From the HA_color_dimmable_light example there is no functions to handle the scene. I'm getting the callback on "zb_action_handler" for ESP_ZB_CORE_SCENES_STORE_SCENE_CB_ID and ESP_ZB_CORE_SCENES_RECALL_SCENE_CB_ID.
how to implement function to handle this event? Any example functions available?
regards, Bose
Additional context.
No response