继电器默认初始位置

This commit is contained in:
joylink_zhaoerwei 2024-06-27 13:52:26 +08:00
parent e0a400f1dd
commit d0411e3a57

View File

@ -40,6 +40,7 @@ message Relay {
//string model = 3;//
ModelType newModel = 4;//
string showCode = 5;//
CjDataItem.PostionType defaultInitialPosition = 6;//
}
/* 断相保护器 */
@ -65,7 +66,7 @@ message DeviceRelateRelay {
}
message Combinationtype {
string code = 1;
repeated string oldrefRelays = 2;//
//repeated string oldrefRelays = 2;//
repeated uint32 refRelays = 3;//
}
@ -95,7 +96,7 @@ message CjDataItem {
Q=0;
H=1;
}
string oldrelayId = 1;//Id
//string oldrelayId = 1;//Id
PostionType position = 2;//QH对应着吸合
uint32 relayId = 3;//Id
}
@ -112,6 +113,6 @@ message QdDataSet {
}
message QdData {
repeated string oldrefRelays=1;//Id
//repeated string oldrefRelays=1;//Id
repeated uint32 refRelays=2;//Id
}