ibp proto文件调整

This commit is contained in:
fan 2023-10-13 16:37:47 +08:00
parent 4a20e38f8c
commit f43d8dbec4

View File

@ -69,11 +69,6 @@ message IbpLight {
message IbpRelatedDevice {
// string code = 1;
repeated Combinationtype combinationtypes = 2; //
repeated graphicData.DeviceCombinationtype combinationtypes = 2; //
// graphicData.RelatedRef.DeviceType deviceType = 3; //
}
message Combinationtype {
string code = 1;
repeated string refDevices = 2; //
}