Functions | |
zb_bool_t | tr_bind_check_groups_binding_exists (zb_uint8_t endpoint, zb_uint16_t group_id) |
API to check if a groups binding exists. | |
zb_bool_t | tr_bind_add_group_binding (zb_uint8_t endpoint, zb_uint16_t group_id) |
API to add a group binding. | |
zb_bool_t | tr_bind_remove_group_binding (zb_uint8_t endpoint, zb_uint16_t group_id) |
API to remove a group binding. | |
void | tr_bind_remove_all_groups_bindings (zb_uint8_t endpoint) |
API to remove all group bindings. | |
zb_bool_t tr_bind_add_group_binding | ( | zb_uint8_t | endpoint, |
zb_uint16_t | group_id ) |
API to add a group binding.
endpoint | device endpoint |
group_id | group id to add |
zb_bool_t tr_bind_check_groups_binding_exists | ( | zb_uint8_t | endpoint, |
zb_uint16_t | group_id ) |
API to check if a groups binding exists.
endpoint | device endpoint |
group_id | group id to search for |
void tr_bind_remove_all_groups_bindings | ( | zb_uint8_t | endpoint | ) |
API to remove all group bindings.
endpoint | device endpoint |
zb_bool_t tr_bind_remove_group_binding | ( | zb_uint8_t | endpoint, |
zb_uint16_t | group_id ) |
API to remove a group binding.
endpoint | device endpoint |
group_id | group id of binding to remove |