This commit is contained in:
lnk
2025-09-16 16:42:15 +08:00
parent 016caeb07c
commit 825315440d
4 changed files with 60 additions and 5 deletions

View File

@@ -650,6 +650,11 @@ void on_device_response_minimal(int response_code,
unsigned char cid,
int device_state_int);
//找监测点id
bool get_monitor_id_by_dev_and_seq(const std::string& terminal_id,
unsigned short logical_seq,
std::string& out_monitor_id);
//处理补招的任务
void check_recall_event();
void check_recall_file();