Merge branch 'master' of git.code.tencent.com:beijing-rtss-test/bj-rtss-message

This commit is contained in:
Yuan 2023-10-13 15:22:23 +08:00
commit cc23df9076

View File

@ -54,6 +54,8 @@ message SwitchState{
message SignalState{
//
string id = 1;
//
Signal.Aspect aspect = 2;
}
//
message Signal {
@ -256,6 +258,8 @@ message AllDevicesStatus{
repeated SectionState sectionState = 3;
//
repeated ReplyState replyState = 4;
//
repeated SignalState signalState = 5;
}
//