devices

fun devices(input: JsonObject): List<Device>

Function to parse the input JSON object and return a list of devices.

Return

A list of devices.

Parameters

input

The input JSON object.