Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-message
This commit is contained in:
commit
43345d1094
@ -28,7 +28,8 @@ message IBPButton {
|
|||||||
graphicData.CommonInfo common = 1;
|
graphicData.CommonInfo common = 1;
|
||||||
string code = 2;
|
string code = 2;
|
||||||
IbpButtonColor color = 3;
|
IbpButtonColor color = 3;
|
||||||
bool isSelfReset = 4;
|
bool isSelfReset = 4; //是否自复位
|
||||||
|
bool hasLight = 5; //是否带灯
|
||||||
}
|
}
|
||||||
|
|
||||||
message IBPText {
|
message IBPText {
|
||||||
|
@ -35,6 +35,7 @@ message PslButton {
|
|||||||
string code = 2;
|
string code = 2;
|
||||||
// string topAnnotation = 3;
|
// string topAnnotation = 3;
|
||||||
PslElementColor buttonColor = 4;
|
PslElementColor buttonColor = 4;
|
||||||
|
bool isSelfReset = 5;
|
||||||
}
|
}
|
||||||
/** PSL钥匙 */
|
/** PSL钥匙 */
|
||||||
message PslKey {
|
message PslKey {
|
||||||
|
Loading…
Reference in New Issue
Block a user