From d5a8083cb91aaf798aa86b5e1da448e9e057b6bf Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 23 六月 2020 17:45:03 +0800
Subject: [PATCH] add GroupRuleSdks

---
 protomsg.proto |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/protomsg.proto b/protomsg.proto
index 2bc753b..4965131 100644
--- a/protomsg.proto
+++ b/protomsg.proto
@@ -63,6 +63,7 @@
 message SdkRun {
     string ipc_id = 1;
     string sdk_type = 2;
+    bool isSourceImg = 3;
 }
 
 
@@ -120,6 +121,12 @@
     bool enable = 12;
 }
 
+message GroupRuleSdks {
+    string id = 1;
+    string scene_name = 2;
+    repeated SdkRun sdks = 3;
+}
+
 message Rule {
     string id =1;
     string camera_id =2;

--
Gitblit v1.8.0