[
  {
    "id": 123,
    "name": "<string>",
    "device_type": "Input",
    "device_control": {
      "is_running": true,
      "is_paused": true
    }
  }
]

Response

200 - application/json
id
integer
required
name
string
required
device_type
enum<string>
required
Available options:
Input,
Output
device_control
object
required