You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem comes when I try to create the clusters in list which doesn't have their corresponding functions.
Function "esp_zb_cluster_list_add_binary_value_cluster" & "esp_zb_cluster_list_add_multistate_input_cluster" doesn't exists.
It also cannot be added as custom cluster using function "esp_zb_cluster_list_add_custom_cluster". And I am not able to find another function to add these two clusters.
How i can add these two clusters ESP_ZB_ZCL_CLUSTER_ID_BINARY_VALUE and ESP_ZB_ZCL_CLUSTER_ID_MULTI_INPUT in esp_zb_cluster_list cluster list.
Additional context.
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
How to add ESP_ZB_ZCL_CLUSTER_ID_BINARY_VALUE & ESP_ZB_ZCL_CLUSTER_ID_MULTI_INPUT clusters in cluster list
How to add ESP_ZB_ZCL_CLUSTER_ID_BINARY_VALUE & ESP_ZB_ZCL_CLUSTER_ID_MULTI_INPUT clusters in cluster list (TZ-1009)
Jul 18, 2024
The ESP_ZB_ZCL_CLUSTER_ID_BINARY_VALUE and ESP_ZB_ZCL_CLUSTER_ID_MULTI_INPUT have not been supported in current SDK temporarily, we will consider it in the future.
Question
Hello,
I am trying to create a Zigbee binary value for my project with the following clusters:
{
esp_zb_attribute_list_t *esp_zb_custom_cluster = esp_zb_zcl_attr_list_create(ESP_ZB_ZCL_CLUSTER_ID_BINARY_VALUE);
esp_zb_cluster_list_add_binary_value_cluster(esp_zb_cluster_list, esp_zb_custom_cluster, ESP_ZB_ZCL_CLUSTER_CLIENT_ROLE);
}
The problem comes when I try to create the clusters in list which doesn't have their corresponding functions.
Function "esp_zb_cluster_list_add_binary_value_cluster" & "esp_zb_cluster_list_add_multistate_input_cluster" doesn't exists.
It also cannot be added as custom cluster using function "esp_zb_cluster_list_add_custom_cluster". And I am not able to find another function to add these two clusters.
How i can add these two clusters ESP_ZB_ZCL_CLUSTER_ID_BINARY_VALUE and ESP_ZB_ZCL_CLUSTER_ID_MULTI_INPUT in esp_zb_cluster_list cluster list.
Additional context.
No response
The text was updated successfully, but these errors were encountered: