ZCL BASIC cluster server implementation. More...
Go to the source code of this file.
Macros | |
#define | tr_basic_server_printf(...) |
#define | tr_basic_server_println(...) |
Functions | |
void | tr_basic_server_init_cb (void) |
Callback fires when basic server cluster is initialized. | |
zb_bool_t | tr_basic_server_reset_to_factory_defaults_cb (zb_zcl_parsed_hdr_t *cmd_info) |
Callback that user can declare to handle basic cluster reset to factory defaults command. | |
void | tr_basic_server_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 a basic server attribute is about to be written. | |
void | tr_basic_server_init (void) |
ZCL BASIC cluster server implementation.
SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com
#define tr_basic_server_printf | ( | ... | ) |
debug prints
#define tr_basic_server_println | ( | ... | ) |
void tr_basic_server_init | ( | void | ) |
function prototypes consumed by framework