ZCL Scenes cluster client implementation. More...
#include "tr_af.h"Go to the source code of this file.
Macros | |
| #define | tr_scenes_client_printf(...) |
| #define | tr_scenes_client_println(...) |
Functions | |
| void | tr_scenes_client_init_cb (zb_uint8_t endpoint) |
| Callback fires when the Scenes client cluster plugin is initialized. | |
| zb_bool_t | tr_scenes_client_command_received_cb (zb_zcl_parsed_hdr_t *cmd_info) |
| Callback that user can declare to handle any Scenes client commands. | |
| void | tr_scenes_client_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 an Scenes client attribute is about to be written. | |
| zb_bool_t | tr_scenes_client_add_scene_response_cb (zb_zcl_parsed_hdr_t *cmd_info, zb_uint8_t endpoint, zb_uint8_t status, zb_uint16_t group_id, zb_uint8_t scene_id) |
| Callback that user can declare to handle scenes cluster add scene response command. | |
| zb_bool_t | tr_scenes_client_view_scene_response_cb (zb_zcl_parsed_hdr_t *cmd_info, zb_uint8_t endpoint, zb_uint8_t status, zb_uint16_t group_id, zb_uint8_t scene_id, zb_uint16_t transition_time, zb_uint8_t *scene_name, zb_uint8_t extensions_length, zb_uint8_t *extensions_ptr) |
| Callback that user can declare to handle scenes cluster view scene response command. | |
| zb_bool_t | tr_scenes_client_remove_scene_response_cb (zb_zcl_parsed_hdr_t *cmd_info, zb_uint8_t endpoint, zb_uint8_t status, zb_uint16_t group_id, zb_uint8_t scene_id) |
| Callback that user can declare to handle scenes cluster remove scene response command. | |
| zb_bool_t | tr_scenes_client_remove_all_scenes_response_cb (zb_zcl_parsed_hdr_t *cmd_info, zb_uint8_t endpoint, zb_uint8_t status, zb_uint16_t group_id) |
| Callback that user can declare to handle scenes cluster remove all scenes response command. | |
| zb_bool_t | tr_scenes_client_store_scene_response_cb (zb_zcl_parsed_hdr_t *cmd_info, zb_uint8_t endpoint, zb_uint8_t status, zb_uint16_t group_id, zb_uint8_t scene_id) |
| Callback that user can declare to handle scenes cluster store scene response command. | |
| zb_bool_t | tr_scenes_client_get_scene_membership_response_cb (zb_zcl_parsed_hdr_t *cmd_info, zb_uint8_t endpoint, zb_uint8_t status, zb_uint8_t capacity, zb_uint16_t group_id, zb_uint8_t scene_count, zb_uint8_t *scene_list) |
| Callback that user can declare to handle scenes cluster get scene membership response command. | |
| zb_bool_t | tr_scenes_client_enhanced_add_scene_response_cb (zb_zcl_parsed_hdr_t *cmd_info, zb_uint8_t endpoint, zb_uint8_t status, zb_uint16_t group_id, zb_uint8_t scene_id) |
| Callback that user can declare to handle scenes cluster enhanced add scene response command. | |
| zb_bool_t | tr_scenes_client_enhanced_view_scene_response_cb (zb_zcl_parsed_hdr_t *cmd_info, zb_uint8_t endpoint, zb_uint8_t status, zb_uint16_t group_id, zb_uint8_t scene_id, zb_uint16_t transition_time, zb_uint8_t *scene_name, zb_uint8_t extensions_length, zb_uint8_t *extensions_ptr) |
| Callback that user can declare to handle scenes cluster enhanced view scene response command. | |
| zb_bool_t | tr_scenes_client_copy_scene_response_cb (zb_zcl_parsed_hdr_t *cmd_info, zb_uint8_t endpoint, zb_uint8_t status, zb_uint16_t group_id_from, zb_uint8_t scene_id_from) |
| Callback that user can declare to handle scenes cluster copy scene response command. | |
| void | tr_scenes_client_init (void) |
ZCL Scenes cluster client implementation.
SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com
| #define tr_scenes_client_printf | ( | ... | ) |
debug prints
| #define tr_scenes_client_println | ( | ... | ) |
| void tr_scenes_client_init | ( | void | ) |
function prototypes consumed by framework