|
@@ -193,7 +193,7 @@ public class DeviceController {
|
|
|
return HttpResultResponse.success(resultList);
|
|
return HttpResultResponse.success(resultList);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @GetMapping("/{workspace_id}/getOnlineDevices")
|
|
|
|
|
|
|
+ @GetMapping("/{workspace_id}/getDockOnlineDevices")
|
|
|
public HttpResultResponse<List<DeviceDTO>> getOnlineDevices(
|
|
public HttpResultResponse<List<DeviceDTO>> getOnlineDevices(
|
|
|
@PathVariable("workspace_id") String workspaceId) {
|
|
@PathVariable("workspace_id") String workspaceId) {
|
|
|
List<DeviceDTO> devices = deviceService.getOnlineDevices(workspaceId);
|
|
List<DeviceDTO> devices = deviceService.getOnlineDevices(workspaceId);
|