From 950d89112665bead13fa79ae7e37b8addc188ca8 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 13 十月 2020 10:47:43 +0800
Subject: [PATCH] isTriggerByPreSdk set 0:非触发,1:必要触发,2:非必要触发

---
 commsg.proto |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/commsg.proto b/commsg.proto
index 1b9300e..f18c7c9 100644
--- a/commsg.proto
+++ b/commsg.proto
@@ -3,6 +3,7 @@
 package protomsg;
 
 import "protomsg.proto";
+import "alarm.proto";
 
 message SdkmsgWithTask {
     string ipcid = 1;
@@ -29,4 +30,12 @@
     string  id   = 1;
     string  addr = 2;
     bytes   picdata = 3;
+}
+
+message RuleMessage {
+    string taskid = 1;
+    string taskname = 2;
+    string msgtype = 3;
+    SdkMessage sdkmsg = 4;
+    AlarmMessage alarmmsg = 5;
 }
\ No newline at end of file

--
Gitblit v1.8.0