cheliequan
2023-02-10 54747b4c57f1c44b5c973ad585768c83049429de
protomsg.proto
@@ -199,6 +199,7 @@
    string argDef = 16; //默认参数
    string ruleSo = 17; //规则用so
    string iconBlob2 = 18; //第二套图片二进制
    string activateCode = 19; //
}
//SdkArg struct
@@ -241,6 +242,7 @@
    T_EventPush = 13; //事件推送有变化
    T_Cluster = 14; //集群创建、加入或退出
    T_CameraPolygonRelation = 15; //摄像机区域的关联关系
    T_Voice = 16;//报警声音发生变化
}
enum DbAction {
@@ -312,6 +314,7 @@
    string analyServerId = 12;
    string compareTarget = 13;//比对的目标
    bool isCompareAll = 14; //是否比对全部,做测试用
    repeated string serverIds = 15; //管理平台比对多个设备产生的数据
}
message CompareEvent {
@@ -410,6 +413,7 @@
    string clusterName = 2;
    repeated Node nodes = 3;
    string virtualIp = 4;
    string password = 5;
}
message Node {