 Collaboration diagram for On/Off Switch Configuration Server Callbacks:
 Collaboration diagram for On/Off Switch Configuration Server Callbacks:| Functions | |
| void | tr_on_off_switch_configuration_server_init_cb (void) | 
| Callback fires when on off switch configuration server cluster is initialized. | |
| void | tr_on_off_switch_configuration_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 a on off switch configuration server attribute is about to be written. | |
| void tr_on_off_switch_configuration_server_init_cb | ( | void | ) | 
Callback fires when on off switch configuration server cluster is initialized.
| void tr_on_off_switch_configuration_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 a on off switch configuration 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 |