psl设备数据调整
This commit is contained in:
parent
19514bc550
commit
d46d0c8197
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user