getSeveral

fun getSeveral(    model: String? = null,     manufacturer: String? = null,     type: String? = null): List<Device>

Gets several devices based on the provided criteria

Return

List of Device that fits the criteria

Parameters

model

Model of the device

manufacturer

Manufacturer of the device

type

Type of the device: iPad, iPhone, datalogger, etc.