link关联设备增加设备类型

This commit is contained in:
weizhihong 2023-08-08 18:01:57 +08:00
parent bb62bff23f
commit 7bc8fe7113

View File

@ -370,5 +370,6 @@ message CalculateLink {
message DevicePosition {
int32 offset = 1;
string deviceId = 2;
string deviceType = 3;
}
}