Functions | |
| tr_status_t | tr_identify_server_start_identifying (zb_uint8_t endpoint, zb_uint16_t timeout_sec) |
| API used to start identify on the local device. | |
| tr_status_t | tr_identify_server_stop_identifying (zb_uint8_t endpoint) |
| API used to stop identify on the local device. | |
| zb_uint16_t | tr_identify_server_is_identifying (zb_uint8_t endpoint) |
| API used to check if local device is identifing. | |
| zb_uint16_t tr_identify_server_is_identifying | ( | zb_uint8_t | endpoint | ) |
API used to check if local device is identifing.
| endpoint | device endpoint |
| tr_status_t tr_identify_server_start_identifying | ( | zb_uint8_t | endpoint, |
| zb_uint16_t | timeout_sec ) |
API used to start identify on the local device.
| endpoint | device endpoint |
| timeout_sec | identify duration in seconds |
| tr_status_t tr_identify_server_stop_identifying | ( | zb_uint8_t | endpoint | ) |
API used to stop identify on the local device.
| endpoint | device endpoint |