IAS ACE Cluster - commands received not available in action handler #738
-
|
Hello, I am using a ESP32-C6 to create an IAS ACE cluster. Using a Zigbee sniffer, I found that the ESP32-C6 replied automatically with some response that seems to be a default data. I don't find the way to fill the data to be used in the responses, or the way to catch these commands like any other in the action handler. Can you help me to understand how to do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Some commands will not trigger the core action handler, because the stack has full knowledge on how to respond the request. In your case, the stack will respond the |
Beta Was this translation helpful? Give feedback.
You can use
esp_zb_ias_ace_get_zone_table()to get and manage the zone table yourself.