Skip to main content

nexigon_api.devices.QueryDeviceCommandsOutput

Output of querying device commands.

manifest objectrequired

Command manifest (dev.nexigon.commands property).

commands object[]required
  • Array [
  • namestringrequired
    descriptionstring
    categorystring
    inputnexigon_api.json.JsonValue

    JSON value.

    outputnexigon_api.json.JsonValue

    JSON value.

  • ]
  • nexigon_api.devices.QueryDeviceCommandsOutput
    {
    "manifest": {
    "commands": [
    {
    "name": "string",
    "description": "string",
    "category": "string"
    }
    ]
    }
    }