【新增】防淹门模型构建(暂时与车库门用相同模型)
【修改】因车库门PSL盘对象被删除,修改相应的构建逻辑
This commit is contained in:
parent
a191e82832
commit
4c3905b8eb
@ -650,6 +650,8 @@ message AllDevicesStatus{
|
||||
StationQc stationQc = 13;
|
||||
// 车库门状态
|
||||
repeated CkmState ckmStates = 14;
|
||||
// 防淹门状态
|
||||
repeated CkmState fymStates = 15;
|
||||
}
|
||||
|
||||
//服务器端向前端推送的设备状态信息
|
||||
|
@ -106,7 +106,7 @@ message ChildTransform {
|
||||
}
|
||||
// 公共属性
|
||||
message CommonInfo {
|
||||
string oldid = 1;
|
||||
// string oldid = 1;
|
||||
string graphicType = 2;
|
||||
Transform transform = 3;
|
||||
repeated ChildTransform childTransforms = 4;
|
||||
|
Loading…
Reference in New Issue
Block a user