增加位置为空的枚举
This commit is contained in:
parent
72dae3d905
commit
5e5cbb28f4
@ -95,6 +95,7 @@ message CjDataItem {
|
|||||||
enum PostionType {
|
enum PostionType {
|
||||||
Q=0;
|
Q=0;
|
||||||
H=1;
|
H=1;
|
||||||
|
NONE=2;
|
||||||
}
|
}
|
||||||
//string oldrelayId = 1;//采集对应的继电器Id
|
//string oldrelayId = 1;//采集对应的继电器Id
|
||||||
PostionType position = 2;//继电器的位置,QH对应着吸合
|
PostionType position = 2;//继电器的位置,QH对应着吸合
|
||||||
|
Loading…
Reference in New Issue
Block a user