继电器处理数据

This commit is contained in:
joylink_zhaoerwei 2023-12-13 10:21:45 +08:00
parent 4542ae2c3e
commit 4c962bc7b0

View File

@ -65,6 +65,7 @@ message DeviceRelateRelay {
message Combinationtype { message Combinationtype {
string code = 1; string code = 1;
repeated string refRelays = 2;// repeated string refRelays = 2;//
repeated uint32 newrefRelays = 3;//
} }
message UniqueIdType { message UniqueIdType {
@ -95,6 +96,7 @@ message CjDataItem {
} }
string relayId = 1;//Id string relayId = 1;//Id
PostionType position = 2;//QH对应着吸合 PostionType position = 2;//QH对应着吸合
uint32 newrelayId = 3;//Id
} }
/* 驱动 */ /* 驱动 */
@ -110,4 +112,5 @@ message QdDataSet {
message QdData { message QdData {
repeated string refRelays=1;//Id repeated string refRelays=1;//Id
repeated uint32 newrefRelays=2;//Id
} }