Device versions
Get information about:
- firmware version
- framework version
- frontend version
- API version
- device model and type
- device serial number
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example-1
Schema
- firmware_version stringVersion of the currently used firmware 
- framework_version stringVersion of the currently used web framework 
- frontend_version stringVersion of the currently used web 
- api_version stringVersion of the currently used documentation 
- device_type stringPossible values: [ monitor,handsfree,multiapartment-panel,multibutton-panel,individual-panel]Devices has different API, but in future it will be unified 
- device_name stringName of the device 
- device_serial_number stringDevice serial number 
- device_model stringPossible values: [ sp03,aq07ll,au04la]Model of the device 
- commit stringDevelopers need it 
{
  "firmware_version": "1.0.0",
  "framework_version": "1.6.6",
  "frontend_version": "1.0.0",
  "api_version": "0.1.0",
  "device_type": "monitor",
  "device_name": "AQ-07LL",
  "device_serial_number": "eb7cf2bc-623c-4fa3-9d04-29758df1b4b8",
  "device_model": "aq07ll",
  "commit": "34e3e673287b624acb4dd31bd6faedf9634037eb"
}
{
  "firmware_version": "1.0.0",
  "framework_version": "1.6.6",
  "frontend_version": "1.0.0",
  "api_version": "0.1.0",
  "device_type": "monitor",
  "device_name": "AQ-07LL",
  "device_serial_number": "eb7cf2bc-623c-4fa3-9d04-29758df1b4b8",
  "device_model": "aq07ll"
}
Loading...