Trident IoT Zigbee SDK
 
Loading...
Searching...
No Matches
tr_on_off_server.h
Go to the documentation of this file.
1
10#ifndef TR_ON_OFF_SERVER_H
11#define TR_ON_OFF_SERVER_H
12
13#include "tr_af.h"
14#include "zb_zcl_on_off.h"
15
19#if defined(TR_ON_OFF_SERVER_PLUGIN_PRINT_ENABLE) && (TR_ON_OFF_SERVER_PLUGIN_PRINT_ENABLE == 1)
20#define tr_on_off_server_printf(...) tr_zcl_printf(__VA_ARGS__)
21#define tr_on_off_server_println(...) tr_zcl_println(__VA_ARGS__)
22#else
23#define tr_on_off_server_printf(...)
24#define tr_on_off_server_println(...)
25#endif
26
32
33
35
40
41#endif // TR_ON_OFF_SERVER_H
Trident application framework include.
void tr_on_off_server_init(void)