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 |
| uriMacro required | string |
| commandId | string or null |
{- "uri": "file:///C:/path/to/firmware.dfw",
- "uriMacro": "file:///C:/path/to/macro.xml",
- "commandId": "null"
}{- "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"
}
}Send beep command to the device with id {device_id}
| device_id required | string Device ID |
Beep configuration (count and delay). If not provided, defaults (count = 1 and 500 ms delay) will be used.
| count required | integer <int32> |
| delayMs required | integer <int32> |
"{\"count\": 1, \"delayMs\": 500}"{- "message": "string",
- "apiVersion": "string",
- "code": 0,
- "commandId": "string",
- "content": "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 |
| uriMacro required | string |
| commandId | string or null |
{- "uri": "file:///C:/path/to/firmware.dfw",
- "uriMacro": "file:///C:/path/to/macro.xml",
- "commandId": "null"
}{- "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"
}Execute zip package on the device with id {device_id}
| device_id required | string Device ID |
Zip package path
{- "message": "string",
- "apiVersion": "string",
- "code": 0,
- "commandId": "string",
- "content": "string"
}Allows our clients to specify host id, in case hostname doesn't work for them
Host id payload for set host id command
{- "message": "string",
- "apiVersion": "string",
- "content": {
- "aa": "2022-08-14T21:13:03.546Z",
- "bb": "2022-08-14T21:13:03.546Z"
}
}