This commit is contained in:
weizhihong 2023-10-18 14:53:41 +08:00
commit 43345d1094
2 changed files with 3 additions and 1 deletions

View File

@ -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 {

View File

@ -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 {