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