Functions | |
void | tr_remote_cli_client_send_cli_command (zb_char_t *command, zb_uint16_t short_addr, zb_uint8_t endpoint) |
API to send a CLI command to a remote device. | |
void | tr_remote_cli_client_send_cli_enable (tr_remote_cli_cli_status_arg_t cli_enable, zb_uint16_t poll_rate, zb_uint16_t short_addr, zb_uint8_t endpoint) |
API for enabling remote CLI interactive mode on a remote device. | |
void tr_remote_cli_client_send_cli_command | ( | zb_char_t * | command, |
zb_uint16_t | short_addr, | ||
zb_uint8_t | endpoint ) |
API to send a CLI command to a remote device.
command | pointer to a length prefixed ZCL character string |
short_addr | node id to send the remote CLI command to |
endpoint | endpoint on remote device |
void tr_remote_cli_client_send_cli_enable | ( | tr_remote_cli_cli_status_arg_t | cli_enable, |
zb_uint16_t | poll_rate, | ||
zb_uint16_t | short_addr, | ||
zb_uint8_t | endpoint ) |
API for enabling remote CLI interactive mode on a remote device.
cli_enable | enable bitfield |
poll_rate | temporary poll rate in quarter seconds |
short_addr | node id of remote device |
endpoint | endpoint of remote device |