TuyaOS
astro_timer.h
浏览该文件的文档.
1
11#ifndef __SVC_ASTRO_TIMER__
12#define __SVC_ASTRO_TIMER__
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18#include "ty_cJSON.h"
19
27
38int tuya_astro_timer_mqc_notify(char *atop, char *ver, ty_cJSON *params);
39
47
48
49#ifdef __cplusplus
50}
51#endif
52#endif
53
54
int tuya_astro_timer_mqc_notify(char *atop, char *ver, ty_cJSON *params)
astronomy timer mqtt notify
int tuya_astro_timer_init(void)
astronomy timer init function
int tuya_astro_timer_reset(void)
astronomy timer reset
Definition: ty_cJSON.h:104