Skip to main content

nexigon_api.properties.DeviceCommandManifest

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.properties.DeviceCommandManifest
    {
    "commands": [
    {
    "name": "string",
    "description": "string",
    "category": "string"
    }
    ]
    }