Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The custom server must meet certain conditions for its correct work: the server must have the version.json file and the file with the necessary firmware.

The version.json file must contain information and structure as in the example:

  • firmware version;

  • name (doubles the firmware version);

  • firmware build date;

  • device type: monitor_a4 или monitor_a6. Monitor_a4 must be selected for AK-10, AK-10L, AQ-07, AQ-07L, AQ-07LA, AM-02 models. And monitor_a6 is for AK-10LP, AQ-07LP, AT-07, AT-07L, AT-07LT, AT-10, AT-10L ;

  • description of changes;

  • link to the firmware file.

Custom server

Code Block
{
"version": "5.8.0",
"name": "5.8.0",
"date": "2021.12.02",
"device_type": "monitor_a6",
"description": "<ul> <li>Added missed call notification during panel viewing</li>
    <li>Added exporting system logs feature for debugging</li>
    <li>Added the ability to replace default apps with custom apps on the main screen</li>
    <li>Added API endpoint that provides information about read/unread announcements</li>
    <li>Fixed images displaying in announcement on AT-10L</li>
    <li>Fixed recording video bug during incoming SIP call</li>
    <li>Fixed a bug that occurred when trailing slash was used in Link server address</li>
"url_address": "192.168.1.11"
}

...