From abd6d2381b39009f8bd9faf47ddf4535a1596fdc Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 04 十二月 2019 13:24:47 +0800
Subject: [PATCH] add pollChannelCount to PollConfig
---
protomsg.proto | 18 +++++++++++++++---
1 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/protomsg.proto b/protomsg.proto
index ecda9c5..bf5d294 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -210,6 +210,8 @@
T_TimeRule = 8;//鏃堕棿瑙勫垯鍙樺寲
T_Server = 9;//鏈嶅姟鍣ㄤ俊鎭彉鍖�
T_PollConfig = 10;//杞閰嶇疆鍙樺寲
+ T_File = 11;//鏈湴鏂囦欢鍙樺寲
+ T_FileSetting = 12;//鏈湴鏂囦欢鍒嗘瀽璁剧疆
}
enum DbAction {
@@ -242,8 +244,9 @@
string cameraId = 2;
string taskId = 3;
int64 imgId = 4;
- repeated string sdkIds = 5;
- int32 type = 6;
+ string videoUrl = 5;
+ repeated string sdkIds = 6;
+ int32 type = 7;
}
message CompareArgs {
@@ -253,7 +256,7 @@
repeated string tasks = 4;
repeated string treeNodes = 5;
repeated string tabs = 6;
- repeated int32 alarmLevel = 7;
+ string alarmLevel = 7;
repeated string searchTime = 8;
string inputValue = 9;
string collection = 10;
@@ -318,6 +321,15 @@
bool enable = 2;
}
+message PushAttach {
+ string push_id = 1;
+ Camera cam = 2;
+ string server_id = 3;
+ string server_name = 4;
+ string local_ip = 5;
+ string video_url = 6;
+}
+
enum EsCacheChanged {
T_DbTable = 0;//搴曞簱鏈夋晥鐘舵�佸彉鍖�
T_DbTablePerson = 1;//搴曞簱浜哄憳鏈夋晥鐘舵�佸彉鍖�
--
Gitblit v1.8.0