仿真ws消息

This commit is contained in:
xzb 2023-07-13 18:13:43 +08:00
parent 4147f6e740
commit cfa4d5a3dc

View File

@ -86,3 +86,14 @@ message AllDevicesStatus{
// //
repeated SectionState sectionState = 3; repeated SectionState sectionState = 3;
} }
//
message PushedDevicesStatus{
//true-allStatus有效
//false - varStatus有效
bool all = 1;
//
VariationStatus varStatus = 2;
//
AllDevicesStatus allStatus = 3;
}