psl设备数据调整

This commit is contained in:
fan 2023-10-08 10:31:38 +08:00
parent 19514bc550
commit d46d0c8197

View File

@ -17,7 +17,7 @@ message PslLight {
graphicData.CommonInfo common = 1; graphicData.CommonInfo common = 1;
string code = 2; string code = 2;
string topAnnotation = 3; // string topAnnotation = 3;
PslElementColor lightColor = 4; PslElementColor lightColor = 4;
} }
@ -31,13 +31,13 @@ enum PslElementColor {
message PslButton { message PslButton {
graphicData.CommonInfo common = 1; graphicData.CommonInfo common = 1;
string code = 2; string code = 2;
string topAnnotation = 3; // string topAnnotation = 3;
PslElementColor buttonColor = 4; PslElementColor buttonColor = 4;
} }
/** PSL钥匙 */ /** PSL钥匙 */
message PslKey { message PslKey {
graphicData.CommonInfo common = 1; graphicData.CommonInfo common = 1;
string code = 2; string code = 2;
string topAnnotation = 3; // string topAnnotation = 3;
string rightAnnotation = 4; // string rightAnnotation = 4;
} }