Skip to main content

nexigon_api.properties.DeviceCommandDescriptor

Descriptor for an on-demand command.

namestringrequired
descriptionstring
categorystring
inputnexigon_api.json.JsonValue

JSON value.

outputnexigon_api.json.JsonValue

JSON value.

nexigon_api.properties.DeviceCommandDescriptor
{
"name": "string",
"description": "string",
"category": "string"
}