增加屏蔽门状态返回

This commit is contained in:
joylink_zhangsai 2023-10-19 17:31:26 +08:00
parent 1ffe7fa6a5
commit 96ec7a2b07

View File

@ -259,7 +259,7 @@ message LightState {
//
message PsdState {
string id = 1; //id
repeated string openDoorCodes = 2; //
repeated int32 openDoorCodes = 2; //
}