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_IDENTIFY_CLIENT_PLUGIN_ENABLE
24#include "tr_identify_client.h"
25#else
27#endif
28
29#ifdef TR_IDENTIFY_SERVER_PLUGIN_ENABLE
30#include "tr_identify_server.h"
31#else
33#endif
34
35#ifdef TR_GROUPS_SERVER_PLUGIN_ENABLE
36#include "tr_groups_server.h"
37#else
39#endif
40
41#ifdef TR_SCENES_SERVER_PLUGIN_ENABLE
42#include "tr_scenes_server.h"
43#else
45#endif
46
47#ifdef TR_ON_OFF_SERVER_PLUGIN_ENABLE
48#include "tr_on_off_server.h"
49#else
51#endif
52
53#ifdef TR_OVER_THE_AIR_BOOTLOADING_CLIENT_PLUGIN_ENABLE
55#else
57#endif
58
59#ifdef TR_REMOTE_CLI_CLIENT_PLUGIN_ENABLE
61#else
63#endif
64
65#ifdef TR_REMOTE_CLI_SERVER_PLUGIN_ENABLE
67#else
69#endif
70
71#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_on_off_server_init(void)
void tr_groups_server_init(void)
void tr_basic_server_init(void)
void tr_identify_client_init(void)
void tr_remote_cli_server_init(void)
void tr_remote_cli_client_init(void)
ZCL Basic cluster server implementation.
ZCL Groups cluster server implementation.
ZCL Identify cluster client implementation.
ZCL Identify cluster server implementation.
ZCL On/off cluster server implementation.
ZCL Over the Air Bootloading cluster client implementation.
ZCL Remote CLI cluster client implementation.
ZCL Remote CLI cluster server implementation.
ZCL Scenes cluster server implementation.