Get device summary information
Get information about:
- firmware version
- framework version
- frontend version
- API version
- device model, type and name
- device serial number
Responses
- 200
- 401
OK
Response Headers
- application/json
- Schema
- Example (from schema)
- Example
Schema
- firmware_version string
- framework_version string
Version and date of the talk module
- frontend_version string
Version and date of the ui module
- api_version string
- device_type string
Possible values: [
panel
,monitor
]Type of the device - panel, monitor etc.
- device_name string
Device name, often matches the model name
- device_model string
Possible values: [
av-01d
,av-01md
,av-01mfd
,av-01ed
,av-01kd
,av-01bd
,av-02d
,av-03d
,av-03bd
,av-04fd
,av-04sd
,ba-04bd
,ba-08bd
,ba-12bd
,cr-02bd
]Device model name
- device_serial_number string
Serial number as UUID
{
"firmware_version": "1.0.0",
"framework_version": "1.6.6",
"frontend_version": "1.0.0",
"api_version": "0.1.0",
"device_type": "panel",
"device_name": "AV-03B",
"device_model": "av-01d",
"device_serial_number": "1111-1111-1111-1111"
}
{
"firmware_version": "2.3.0",
"api_version": "0.5.0",
"framework_version": "1.6.0",
"frontend_version": "1.0.1",
"device_type": "panel",
"device_model": "av-01d",
"device_name": "AV-01D",
"device_serial_number": "ca0c7e8a-64d1-49d1-a884-6ebbf1310bf6"
}
Log in
Loading...