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

ZCL On/off Switch Configuration cluster server implementation. More...

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

Go to the source code of this file.

Macros

#define tr_on_off_switch_configuration_server_printf(...)
#define tr_on_off_switch_configuration_server_println(...)

Functions

void tr_on_off_switch_configuration_server_init_cb (zb_uint8_t endpoint)
 Callback fires when the On/off Switch Configuration server cluster plugin is initialized.
zb_bool_t tr_on_off_switch_configuration_server_command_received_cb (zb_zcl_parsed_hdr_t *cmd_info)
 Callback that user can declare to handle any On/off Switch Configuration server commands.
void tr_on_off_switch_configuration_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 an On/off Switch Configuration server attribute is about to be written.
void tr_on_off_switch_configuration_server_init (void)

Detailed Description

ZCL On/off Switch Configuration cluster server implementation.


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


Macro Definition Documentation

◆ tr_on_off_switch_configuration_server_printf

#define tr_on_off_switch_configuration_server_printf ( ...)

debug prints


◆ tr_on_off_switch_configuration_server_println

#define tr_on_off_switch_configuration_server_println ( ...)

Function Documentation

◆ tr_on_off_switch_configuration_server_init()

void tr_on_off_switch_configuration_server_init ( void )

function prototypes consumed by framework