Create an API to get device details with given app installed

This commit is contained in:
nipunnadeen 2019-09-10 15:25:37 +05:30 committed by nipun
parent d363194356
commit cfdbb919b0

View File

@ -542,7 +542,7 @@ public class PostgreSQLDeviceDAOImpl extends AbstractDeviceDAOImpl {
}
return devices;
}
@Override
public List<Device> getSubscribedDevices(int offsetValue, int limitValue,
List<Integer> deviceIds, int tenantId, String status)