psl设备数据调整
This commit is contained in:
parent
19514bc550
commit
d46d0c8197
@ -17,7 +17,7 @@ message PslLight {
|
||||
|
||||
graphicData.CommonInfo common = 1;
|
||||
string code = 2;
|
||||
string topAnnotation = 3;
|
||||
// string topAnnotation = 3;
|
||||
PslElementColor lightColor = 4;
|
||||
}
|
||||
|
||||
@ -31,13 +31,13 @@ enum PslElementColor {
|
||||
message PslButton {
|
||||
graphicData.CommonInfo common = 1;
|
||||
string code = 2;
|
||||
string topAnnotation = 3;
|
||||
// string topAnnotation = 3;
|
||||
PslElementColor buttonColor = 4;
|
||||
}
|
||||
/** PSL钥匙 */
|
||||
message PslKey {
|
||||
graphicData.CommonInfo common = 1;
|
||||
string code = 2;
|
||||
string topAnnotation = 3;
|
||||
string rightAnnotation = 4;
|
||||
// string topAnnotation = 3;
|
||||
// string rightAnnotation = 4;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user