nexigon_api.devices.DeviceCommandInvokeData
Command invocation parameters.
commandstringrequired
inputnexigon_api.json.JsonValuerequired
JSON value.
streamLogboolean
timeoutSecsinteger<uint32>
nexigon_api.devices.DeviceCommandInvokeData
{
"command": "string",
"streamLog": true,
"timeoutSecs": 0
}