【增加钥匙状态】
This commit is contained in:
parent
0a7a459560
commit
9b1c6d7801
@ -262,6 +262,12 @@ message PsdState {
|
||||
repeated int32 openDoorCodes = 2; //开启的小门的编号
|
||||
}
|
||||
|
||||
// 钥匙状态
|
||||
message KeyState {
|
||||
string id = 1;
|
||||
int32 gear = 2;
|
||||
}
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@ -299,6 +305,8 @@ message AllDevicesStatus{
|
||||
repeated LightState LightState = 8;
|
||||
// 屏蔽门状态
|
||||
repeated PsdState psdState = 9;
|
||||
// 钥匙状态
|
||||
repeated KeyState KeyState = 10;
|
||||
}
|
||||
|
||||
//服务器端向前端推送的设备状态信息
|
||||
|
Loading…
Reference in New Issue
Block a user