Closed
Description
Answers checklist.
- I have read the documentation ESP Zigbee SDK Programming Guide and tried the debugging tips, the issue is not addressed there.
- I have updated ESP Zigbee libs (esp-zboss-lib and esp-zigbee-lib) to the latest version, with corresponding IDF version, and checked that the issue is present there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
n/a
esp-zigbee-lib version.
Current
esp-zboss-lib version.
Unknown, looking at the source in this repo
Espressif SoC revision.
ESP32-H2
What is the expected behavior?
I'd expect a illuminance section in esp_zigbee_type.h similar to:
/**
* @brief Zigbee HA standard temperature sensor clusters.
*
*/
typedef struct esp_zb_temperature_sensor_cfg_s {
esp_zb_basic_cluster_cfg_t basic_cfg; /*!< Basic cluster configuration, @ref esp_zb_basic_cluster_cfg_s */
esp_zb_identify_cluster_cfg_t identify_cfg; /*!< Identify cluster configuration, @ref esp_zb_identify_cluster_cfg_s */
esp_zb_temperature_meas_cluster_cfg_t temp_meas_cfg; /*!< Temperature measurement cluster configuration, @ref esp_zb_temperature_meas_cluster_cfg_s */
} esp_zb_temperature_sensor_cfg_t;
What is the actual behavior?
Nothing, it's not there
Steps to reproduce.
open esp_zigbee_type.h and search for illuminance, there is only one section for attributes but not one for the cluster.
More Information.
No response