cheliequan
2023-01-12 d483d17d8caefdeeb62a5131ac8e501922d650b6
1
2
3
4
5
6
7
8
#ifndef C_BHOME_BUS_DBAPI_RULE_H
#define C_BHOME_BUS_DBAPI_RULE_H
 
#include "proto/x86_64/protomsg.pb.h"
 
bool dbapi_get_time_rules(void *handle, protomsg::CameraTimerule & message);
 
#endif