This commit is contained in:
fan 2023-10-13 13:32:46 +08:00
commit 3179930523

View File

@ -55,6 +55,28 @@ message SignalState{
//
string id = 1;
}
//
message Signal {
enum Aspect {
//
OFF = 0;
//
ON = 1;
//绿
L = 2;
//
H = 3;
//
U = 4;
//
HU= 5;
//
B=6;
//
A=7;
}
}
//
message PlatformState{
//