diff --git a/protos/device_status.proto b/protos/device_status.proto index 45b5369..07aaabf 100644 --- a/protos/device_status.proto +++ b/protos/device_status.proto @@ -163,6 +163,8 @@ message Platform{ int32 nextSectionRunTime = 15; //下一区间运行等级 int32 nextSectionRunLevel = 16; + //停站时间 + int32 stopTime = 17; } message Scada{