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_SERVER_PLUGIN_ENABLE
42#include "tr_groups_server.h"
43#else
45#endif
46
47#ifdef TR_SCENES_SERVER_PLUGIN_ENABLE
48#include "tr_scenes_server.h"
49#else
51#endif
52
53#ifdef TR_ALARMS_SERVER_PLUGIN_ENABLE
54#include "tr_alarms_server.h"
55#else
57#endif
58
59#ifdef TR_TIME_CLIENT_PLUGIN_ENABLE
60#include "tr_time_client.h"
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_DOOR_LOCK_SERVER_PLUGIN_ENABLE
78#include "tr_door_lock_server.h"
79#else
81#endif
82
83#ifdef TR_TEMPERATURE_MEASUREMENT_SERVER_PLUGIN_ENABLE
84#include "tr_temperature_measurement_server.h"
85#else
87#endif
88
89#ifdef TR_REMOTE_CLI_SERVER_PLUGIN_ENABLE
91#else
93#endif
94
95#endif // TR_ZCL_PLUGIN_INCLUDE_H
void tr_scenes_server_init(void)
void tr_over_the_air_bootloading_client_init(void)
void tr_identify_server_init(void)
void tr_groups_server_init(void)
void tr_basic_server_init(void)
void tr_identify_client_init(void)
void tr_door_lock_server_init(void)
void tr_time_client_init(void)
void tr_power_configuration_server_init(void)
void tr_alarms_server_init(void)
void tr_poll_control_server_init(void)
void tr_temperature_measurement_server_init(void)
void tr_remote_cli_server_init(void)
ZCL Alarms cluster server implementation.
ZCL Basic cluster server implementation.
ZCL Door Lock cluster server implementation.
ZCL Groups cluster server implementation.
ZCL Identify cluster client implementation.
ZCL Identify 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 server implementation.
ZCL Time cluster client implementation.