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 |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/commsg.proto b/commsg.proto
index 415186c..f18c7c9 100644
--- a/commsg.proto
+++ b/commsg.proto
@@ -2,6 +2,9 @@
 
 package protomsg;
 
+import "protomsg.proto";
+import "alarm.proto";
+
 message SdkmsgWithTask {
     string ipcid = 1;
     string sdktype = 2;
@@ -20,6 +23,7 @@
     string    caddr = 2;
 	TaskLabel tasklab =3 ;
 	bytes	  data = 4;
+    PushAttach push= 5;
 }
 
 message recvmsg {
@@ -27,3 +31,11 @@
     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