Zigbee Protocol Controller 1.6.0
|
Go to the source code of this file.
Enumerations | |
enum | dotdot_attribute_json_type_t { JSON_TYPE_NUMBER , JSON_TYPE_BOOL , JSON_TYPE_STRING , JSON_TYPE_OBJECT , JSON_TYPE_ARRAY , JSON_TYPE_UNKNOWN } |
ZCL data types. More... | |
Functions | |
const char * | uic_dotdot_get_attribute_name (dotdot_cluster_id_t cluster_id, dotdot_attribute_id_t attribute_id) |
Get the cluster name based on the cluster ID. More... | |
dotdot_attribute_id_t | uic_dotdot_get_attribute_id (dotdot_cluster_id_t cluster_id, const char *attribute_name) |
Get the Attribute ID based on the cluster ID and Attribute Name. More... | |
dotdot_attribute_json_type_t | uic_dotdot_get_attribute_id_json_type (dotdot_cluster_id_t cluster_id, dotdot_attribute_id_t attribute_id) |
Get the JSON type of an Attribute ID name based on the cluster ID. More... | |
bool | uic_dotdot_attribute_is_enum (dotdot_cluster_id_t cluster_id, dotdot_attribute_id_t attribute_id) |
Checks if the Attribute ID is an enum, i.e. has name strings for values. More... | |