Collaboration diagram for Identify Server Callbacks:Functions | |
| void | tr_identify_server_init_cb (void) |
| Callback fires when identify server cluster is initialized. | |
| void | tr_identify_server_identify_start_cb (zb_uint8_t endpoint, zb_uint16_t timeout_sec) |
| Callback fires when identify behavior is started. | |
| void | tr_identify_server_identify_stop_cb (zb_uint8_t endpoint) |
| Callback fires when identify behavior stops. | |
| zb_ret_t | tr_identify_server_trigger_effect_cb (zb_zcl_identify_effect_user_app_schedule_t *invoke_data) |
| Callback fires when trigger effect command is received. | |
| void | tr_identify_server_write_attr_cb (zb_uint8_t endpoint, zb_uint16_t attr_id, zb_uint8_t *new_value, zb_uint16_t manuf_code) |
| Callback fires when an identify server attribute is about to be written. | |
| void tr_identify_server_identify_start_cb | ( | zb_uint8_t | endpoint, |
| zb_uint16_t | timeout_sec ) |
Callback fires when identify behavior is started.
| endpoint | device endpoint |
| timeout_sec | identify duration in seconds |
| void tr_identify_server_identify_stop_cb | ( | zb_uint8_t | endpoint | ) |
Callback fires when identify behavior stops.
| endpoint | device endpoint |
| void tr_identify_server_init_cb | ( | void | ) |
Callback fires when identify server cluster is initialized.
| zb_ret_t tr_identify_server_trigger_effect_cb | ( | zb_zcl_identify_effect_user_app_schedule_t * | invoke_data | ) |
Callback fires when trigger effect command is received.
| invoke_data | struct with zcl header info and command parameters |
| void tr_identify_server_write_attr_cb | ( | zb_uint8_t | endpoint, |
| zb_uint16_t | attr_id, | ||
| zb_uint8_t * | new_value, | ||
| zb_uint16_t | manuf_code ) |
Callback fires when an identify server attribute is about to be written.
| endpoint | device endpoint |
| attr_id | ZCL attribute id |
| new_value | pointer to the new attribute value |
| manuf_code | manufacturer specific code |