| | |
| | | bool voiceEnable = 25; |
| | | string voiceId = 26; |
| | | string coordTransform = 27; //坐标转换信息 |
| | | |
| | | int32 status = 28; |
| | | } |
| | | |
| | | message Sensor { |
| | |
| | | bool enTrack = 15; //是否开启跟踪 |
| | | string argDef = 16; //默认参数 |
| | | string ruleSo = 17; //规则用so |
| | | string iconBlob2 = 18; //第二套图片二进制 |
| | | string activateCode = 19; // |
| | | } |
| | | |
| | | //SdkArg struct |
| | |
| | | T_EventPush = 13; //事件推送有变化 |
| | | T_Cluster = 14; //集群创建、加入或退出 |
| | | T_CameraPolygonRelation = 15; //摄像机区域的关联关系 |
| | | T_Voice = 16;//报警声音发生变化 |
| | | } |
| | | |
| | | enum DbAction { |
| | |
| | | string analyServerId = 12; |
| | | string compareTarget = 13;//比对的目标 |
| | | bool isCompareAll = 14; //是否比对全部,做测试用 |
| | | repeated string serverIds = 15; //管理平台比对多个设备产生的数据 |
| | | } |
| | | |
| | | message CompareEvent { |
| | |
| | | ReInitCache = 0; // 重新初始化底库缓存(加入集群后执行) |
| | | UpdateCache = 1; // 更新底库和人员缓存 |
| | | Compare = 2; // 做比对请求 |
| | | DeleteCache = 3; // 删除缓存 |
| | | } |
| | | |
| | | message SdkCompareEach { |
| | |
| | | repeated PushUrl urls = 11; |
| | | repeated EventPushRule rules = 12; |
| | | map<string,string> filtRename = 13; |
| | | repeated PushSetMenu push_set = 14; |
| | | } |
| | | |
| | | message PushSetMenu { |
| | | string id = 1; |
| | | string name = 2; |
| | | bool checked = 3; |
| | | string alias = 4; |
| | | repeated PushSetMenu children = 5; |
| | | } |
| | | |
| | | message EventPushRule { |
| | |
| | | string clusterName = 2; |
| | | repeated Node nodes = 3; |
| | | string virtualIp = 4; |
| | | string password = 5; |
| | | } |
| | | |
| | | message Node { |
| | |
| | | bool isDelete = 7; |
| | | string drift_state = 8; |
| | | string device_type = 9; |
| | | } |
| | | } |
| | | |
| | | message Dic { |
| | | string id = 1; |
| | | string value = 2; |
| | | string name = 3; |
| | | string type = 4; |
| | | string description = 5; |
| | | int32 sort = 6; |
| | | string parent_id = 7; |
| | | } |