...
|
...
|
@@ -29,12 +29,7 @@ import org.springframework.web.bind.annotation.RestController; |
29
|
29
|
import org.thingsboard.server.common.data.DeviceProfile;
|
30
|
30
|
import org.thingsboard.server.common.data.DeviceProfileInfo;
|
31
|
31
|
import org.thingsboard.server.common.data.EntityType;
|
32
|
|
-import org.thingsboard.server.common.data.TransportPayloadType;
|
33
|
32
|
import org.thingsboard.server.common.data.audit.ActionType;
|
34
|
|
-import org.thingsboard.server.common.data.device.profile.DeviceProfileTransportConfiguration;
|
35
|
|
-import org.thingsboard.server.common.data.device.profile.MqttDeviceProfileTransportConfiguration;
|
36
|
|
-import org.thingsboard.server.common.data.device.profile.MqttProtoDeviceProfileTransportConfiguration;
|
37
|
|
-import org.thingsboard.server.common.data.exception.ThingsboardErrorCode;
|
38
|
33
|
import org.thingsboard.server.common.data.exception.ThingsboardException;
|
39
|
34
|
import org.thingsboard.server.common.data.id.DeviceProfileId;
|
40
|
35
|
import org.thingsboard.server.common.data.page.PageData;
|
...
|
...
|
@@ -204,5 +199,4 @@ public class DeviceProfileController extends BaseController { |
204
|
199
|
throw handleException(e);
|
205
|
200
|
}
|
206
|
201
|
}
|
207
|
|
-
|
208
|
202
|
} |
...
|
...
|
|