Functions | |
| void | tr_on_off_server_turn_off (zb_uint8_t endpoint) |
| API to handle local turn off. It will call the user tr_on_off_server_off_cb() callback and update attributes. | |
| void | tr_on_off_server_turn_on (zb_uint8_t endpoint) |
| API to handle local turn on. It will call the user tr_on_off_server_off_cb() callback and update attributes. | |
| void | tr_on_off_server_init_endpoint (zb_uint8_t endpoint) |
| API to handle endpoint initialization. It will take care of the startup attribute if it is implemented. | |
| void tr_on_off_server_init_endpoint | ( | zb_uint8_t | endpoint | ) |
API to handle endpoint initialization. It will take care of the startup attribute if it is implemented.
| endpoint | endpoint to be initialized |
| void tr_on_off_server_turn_off | ( | zb_uint8_t | endpoint | ) |
API to handle local turn off. It will call the user tr_on_off_server_off_cb() callback and update attributes.
| endpoint | endpoint that was turned off |
| void tr_on_off_server_turn_on | ( | zb_uint8_t | endpoint | ) |
API to handle local turn on. It will call the user tr_on_off_server_off_cb() callback and update attributes.
| endpoint | endpoint that was turned on |