12#ifndef TR_ZCL_PLUGIN_INCLUDE_H
13#define TR_ZCL_PLUGIN_INCLUDE_H
16#include "zb_zcl_diagnostics.h"
18#ifdef TR_BASIC_SERVER_PLUGIN_ENABLE
24#ifdef TR_IDENTIFY_CLIENT_PLUGIN_ENABLE
30#ifdef TR_IDENTIFY_SERVER_PLUGIN_ENABLE
36#ifdef TR_ON_OFF_CLIENT_PLUGIN_ENABLE
42#ifdef TR_ON_OFF_SWITCH_CONFIGURATION_SERVER_PLUGIN_ENABLE
48#ifdef TR_POLL_CONTROL_SERVER_PLUGIN_ENABLE
54#ifdef TR_REMOTE_CLI_SERVER_PLUGIN_ENABLE
contains the definitions for configuration of the plugins
ZCL BASIC cluster server implementation.
void tr_basic_server_init(void)
ZCL IDENTIFY cluster client implementation.
void tr_identify_client_init(void)
ZCL IDENTIFY cluster server implementation.
void tr_identify_server_init(void)
ZCL ON/OFF cluster client implementation.
void tr_on_off_client_init(void)
ZCL ON/OFF SWITCH CONFIG cluster server implementation.
void tr_on_off_switch_configuration_server_init(void)
ZCL POLL CONTROL cluster server implementation.
void tr_poll_control_server_init(void)
ZCL REMOTE CLI cluster server implementation.
void tr_remote_cli_server_init(void)