Trident IoT Zigbee SDK
 
Loading...
Searching...
No Matches
tr_on_off_switch_configuration_client.h
Go to the documentation of this file.
1
10#ifndef TR_ON_OFF_SWITCH_CONFIGURATION_CLIENT_H
11#define TR_ON_OFF_SWITCH_CONFIGURATION_CLIENT_H
12
13#include "tr_af.h"
14#include "zb_zcl_on_off_switch_conf.h"
15
19#if defined(TR_ON_OFF_SWITCH_CONFIGURATION_CLIENT_PLUGIN_PRINT_ENABLE) && \
20 (TR_ON_OFF_SWITCH_CONFIGURATION_CLIENT_PLUGIN_PRINT_ENABLE == 1)
21#define tr_on_off_switch_configuration_client_printf(...) tr_zcl_printf(__VA_ARGS__)
22#define tr_on_off_switch_configuration_client_println(...) tr_zcl_println(__VA_ARGS__)
23#else
24#define tr_on_off_switch_configuration_client_printf(...)
25#define tr_on_off_switch_configuration_client_println(...)
26#endif
27
33
36
38
43
44#endif // TR_ON_OFF_SWITCH_CONFIGURATION_CLIENT_H
void tr_on_off_switch_configuration_client_init_cb(void)
Callback fires when on off switch configuration client cluster is initialized.
Trident application framework include.
void tr_on_off_switch_configuration_client_init(void)