【增加钥匙状态】

This commit is contained in:
weizhihong 2023-10-20 10:53:39 +08:00
parent 0a7a459560
commit 9b1c6d7801

View File

@ -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;
}
//