Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-message
This commit is contained in:
commit
d5ef2b4d1b
@ -12,6 +12,7 @@ message IBPGraphicStorage {
|
||||
repeated IBPText IBPTexts = 6;
|
||||
// UniqueIdType UniqueIdPrefix = 7;
|
||||
repeated IbpRelatedDevice ibpRelatedDevices = 8;
|
||||
repeated IbpLight ibpLights = 9;
|
||||
}
|
||||
|
||||
message IBPButton {
|
||||
@ -54,6 +55,18 @@ message IbpArrow {
|
||||
repeated graphicData.Point points = 3;
|
||||
}
|
||||
|
||||
message IbpLight {
|
||||
enum IbpLightColor {
|
||||
white = 0;
|
||||
red = 1;
|
||||
green = 2;
|
||||
blue = 3;
|
||||
}
|
||||
graphicData.CommonInfo common = 1;
|
||||
IbpLightColor color = 2;
|
||||
string code = 3;
|
||||
}
|
||||
|
||||
// message UniqueIdType {
|
||||
// string city = 1; //城市
|
||||
// string lineId = 2; //线路号
|
||||
|
Loading…
Reference in New Issue
Block a user