Trident IoT Zigbee SDK
Loading...
Searching...
No Matches
tr_zcl_plugin_include.h
Go to the documentation of this file.
1
12#ifndef TR_ZCL_PLUGIN_INCLUDE_H
13#define TR_ZCL_PLUGIN_INCLUDE_H
14
15#include "zb_zcl_diagnostics.h"
16
17#ifdef TR_BASIC_SERVER_PLUGIN_ENABLE
18#include "tr_basic_server.h"
19#else
21#endif
22
23#ifdef TR_POWER_CONFIGURATION_SERVER_PLUGIN_ENABLE
25#else
27#endif
28
29#ifdef TR_IDENTIFY_CLIENT_PLUGIN_ENABLE
30#include "tr_identify_client.h"
31#else
33#endif
34
35#ifdef TR_IDENTIFY_SERVER_PLUGIN_ENABLE
36#include "tr_identify_server.h"
37#else
39#endif
40
41#ifdef TR_GROUPS_CLIENT_PLUGIN_ENABLE
42#include "tr_groups_client.h"
43#else
45#endif
46
47#ifdef TR_SCENES_CLIENT_PLUGIN_ENABLE
48#include "tr_scenes_client.h"
49#else
51#endif
52
53#ifdef TR_ON_OFF_CLIENT_PLUGIN_ENABLE
54#include "tr_on_off_client.h"
55#else
57#endif
58
59#ifdef TR_ON_OFF_SWITCH_CONFIGURATION_SERVER_PLUGIN_ENABLE
61#else
63#endif
64
65#ifdef TR_OVER_THE_AIR_BOOTLOADING_CLIENT_PLUGIN_ENABLE
67#else
69#endif
70
71#ifdef TR_POLL_CONTROL_SERVER_PLUGIN_ENABLE
73#else
75#endif
76
77#ifdef TR_REMOTE_CLI_SERVER_PLUGIN_ENABLE
79#else
81#endif
82
83#endif // TR_ZCL_PLUGIN_INCLUDE_H
void tr_over_the_air_bootloading_client_init(void)
void tr_identify_server_init(void)
void tr_basic_server_init(void)
void tr_identify_client_init(void)
void tr_power_configuration_server_init(void)
void tr_poll_control_server_init(void)
void tr_remote_cli_server_init(void)
void tr_groups_client_init(void)
void tr_on_off_client_init(void)
void tr_scenes_client_init(void)
void tr_on_off_switch_configuration_server_init(void)
ZCL Basic cluster server implementation.
ZCL Groups cluster client implementation.
ZCL Identify cluster client implementation.
ZCL Identify cluster server implementation.
ZCL On/off cluster client implementation.
ZCL On/off Switch Configuration cluster server implementation.
ZCL Over the Air Bootloading cluster client implementation.
ZCL Poll Control cluster server implementation.
ZCL Power Configuration cluster server implementation.
ZCL Remote CLI cluster server implementation.
ZCL Scenes cluster client implementation.