espressif / esp-zigbee-sdk

Espressif Zigbee SDK
Apache License 2.0
173 stars 29 forks source link

How to add scene functions in HA_color_dimmable_light ? (TZ-1237) #460

Open Bosemani opened 1 month ago

Bosemani commented 1 month ago

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