Trident IoT Zigbee SDK
Loading...
Searching...
No Matches
tr_level_control_client.h File Reference

ZCL Level Control cluster client implementation. More...

#include "tr_af.h"
Include dependency graph for tr_level_control_client.h:

Go to the source code of this file.

Macros

#define tr_level_control_client_printf(...)
#define tr_level_control_client_println(...)

Functions

void tr_level_control_client_init_cb (zb_uint8_t endpoint)
 Callback fires when the Level Control client cluster plugin is initialized.
zb_bool_t tr_level_control_client_command_received_cb (zb_zcl_parsed_hdr_t *cmd_info)
 Callback that user can declare to handle any Level Control client commands.
void tr_level_control_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 Level Control client attribute is about to be written.
void tr_level_control_client_init (void)

Detailed Description

ZCL Level Control cluster client implementation.


SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com


Macro Definition Documentation

◆ tr_level_control_client_printf

#define tr_level_control_client_printf ( ...)

debug prints


◆ tr_level_control_client_println

#define tr_level_control_client_println ( ...)

Function Documentation

◆ tr_level_control_client_init()

void tr_level_control_client_init ( void )

function prototypes consumed by framework