Trident IoT Zigbee SDK
 
Loading...
Searching...
No Matches
tr_on_off_client.h
Go to the documentation of this file.
1
10#ifndef TR_ON_OFF_CLIENT_H
11#define TR_ON_OFF_CLIENT_H
12
13#include "tr_af.h"
14#include "zb_zcl_on_off.h"
15
19#if defined(TR_ON_OFF_CLIENT_PLUGIN_PRINT_ENABLE) && (TR_ON_OFF_CLIENT_PLUGIN_PRINT_ENABLE == 1)
20#define tr_on_off_client_printf(...) tr_zcl_printf(__VA_ARGS__)
21#define tr_on_off_client_println(...) tr_zcl_println(__VA_ARGS__)
22#else
23#define tr_on_off_client_printf(...)
24#define tr_on_off_client_println(...)
25#endif
26
32
35
37
42
43#endif // TR_ON_OFF_CLIENT_H
void tr_on_off_client_init_cb(void)
Callback fires when on off client cluster is initialized.
Trident application framework include.
void tr_on_off_client_init(void)