Zigbee Protocol Controller 1.6.0
unify_dotdot_attribute_store_command_callbacks_identify.c File Reference

Macros

#define LOG_TAG   "unify_dotdot_attribute_store_identify_commands_callbacks"
 

Functions

static void on_identify_time_reported_update (attribute_store_node_t updated_node, attribute_store_change_t change)
 
static sl_status_t on_identify (dotdot_unid_t unid, dotdot_endpoint_id_t endpoint, uic_mqtt_dotdot_callback_call_type_t call_type, uint16_t identify_time)
 
static sl_status_t on_query (dotdot_unid_t unid, dotdot_endpoint_id_t endpoint, uic_mqtt_dotdot_callback_call_type_t call_type)
 
void identify_cluster_mapper_init ()
 Initialize the component. More...
 
void identify_cluster_mapper_teardown ()
 Clears the Identify cluster mapper from all its content. More...
 

Macro Definition Documentation

◆ LOG_TAG

#define LOG_TAG   "unify_dotdot_attribute_store_identify_commands_callbacks"

Function Documentation

◆ on_identify()

static sl_status_t on_identify ( dotdot_unid_t  unid,
dotdot_endpoint_id_t  endpoint,
uic_mqtt_dotdot_callback_call_type_t  call_type,
uint16_t  identify_time 
)
static

◆ on_identify_time_reported_update()

static void on_identify_time_reported_update ( attribute_store_node_t  updated_node,
attribute_store_change_t  change 
)
static

◆ on_query()

static sl_status_t on_query ( dotdot_unid_t  unid,
dotdot_endpoint_id_t  endpoint,
uic_mqtt_dotdot_callback_call_type_t  call_type 
)
static