Get device summary information
Get information about:
- firmware version
- framework 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 stringVersion and date of the talk module 
- api_version string
- device_type stringPossible values: [ panel,monitor]Type of the device - panel, monitor etc. 
- device_name stringDevice name, often matches the model name 
- device_model stringPossible values: [ aa07d]Device model name 
- device_serial_number uuidSerial number as UUID 
- commit stringDevelopers need it 
{
  "firmware_version": "1.0.0",
  "framework_version": "1.6.6",
  "api_version": "1.0.0",
  "device_type": "panel",
  "device_name": "AA-07D",
  "device_model": "aa07d",
  "device_serial_number": "ca0c7e8a-64d1-49d1-a884-6ebbf1310bf6",
  "commit": "34e3e673287b624acb4dd31bd6faedf9634037eb"
}
{
  "firmware_version": "1.0.0",
  "framework_version": "1.6.6",
  "api_version": "1.0.0",
  "device_type": "panel",
  "device_name": "AA-07D",
  "device_model": "aa07d",
  "device_serial_number": "ca0c7e8a-64d1-49d1-a884-6ebbf1310bf6",
  "commit": "34e3e673287b624acb4dd31bd6faedf9634037eb"
}
Log in
Loading...