Download OpenAPI specification:Download
{- "message": "string",
- "apiVersion": "string",
- "content": [
- {
- "connectionStrings": [
- "string"
], - "productName": "string",
- "configId": "string",
- "fwVersion": "string",
- "id": "string",
- "serialNumber": "string",
- "children": [
- { }
], - "model": "string",
- "family": "string"
}
]
}
Send firmware update HID command to the device without device id
Firmware update payload for device command
uri required | string |
commandId | string or null |
{- "uri": "string",
- "commandId": "string"
}
{- "message": "string",
- "apiVersion": "string",
- "code": 0,
- "commandId": "string",
- "content": "string"
}
{- "message": "string",
- "apiVersion": "string",
- "content": [
- {
- "connectionStrings": [
- "string"
], - "productName": "string",
- "configId": "string",
- "fwVersion": "string",
- "id": "string",
- "serialNumber": "string",
- "children": [
- { }
], - "model": "string",
- "family": "string"
}
]
}
{- "message": "string",
- "apiVersion": "string",
- "content": {
- "connectionStrings": [
- "string"
], - "productName": "string",
- "configId": "string",
- "fwVersion": "string",
- "id": "string",
- "serialNumber": "string",
- "children": [
- { }
], - "model": "string",
- "family": "string"
}
}
Send generic host command to the device with id {device_id}
device_id required | string Device ID |
Generic payload for device command
{- "message": "string",
- "apiVersion": "string",
- "code": 0,
- "commandId": "string",
- "content": "string"
}
Send generic service command to the device with id {device_id}
device_id required | string Device ID |
Generic payload for device command
{- "message": "string",
- "apiVersion": "string",
- "code": 0,
- "commandId": "string",
- "content": "string"
}
Send firmware update command to the device with device id
device_id required | string Device ID |
Firmware update payload for device command
uri required | string |
commandId | string or null |
{- "uri": "string",
- "commandId": "string"
}
{- "message": "string",
- "apiVersion": "string",
- "code": 0,
- "commandId": "string",
- "content": "string"
}
Send response for devices with two way communication to the device with id {device_id}
device_id required | string Device ID |
Generic payload for two way response
{- "message": "string",
- "apiVersion": "string",
- "code": 0,
- "commandId": "string",
- "content": "string"
}
Disable response for devices with two way communication to the device with id {device_id}
device_id required | string Device ID |
{- "message": "string",
- "apiVersion": "string",
- "code": 0,
- "commandId": "string",
- "content": "string"
}
Enable response for devices with two way communication to the device with id {device_id}
device_id required | string Device ID |
{- "message": "string",
- "apiVersion": "string",
- "code": 0,
- "commandId": "string",
- "content": "string"
}
{- "message": "string",
- "apiVersion": "string",
- "content": {
- "connectionStrings": [
- "string"
], - "productName": "string",
- "configId": "string",
- "fwVersion": "string",
- "id": "string",
- "serialNumber": "string",
- "children": [
- { }
], - "model": "string",
- "family": "string"
}
}