Versions Compared

Key

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

...

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
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.

Aura panel
tab1
styles{"body":{"text":{"color":"#02070e","textAlign":"left","fontWeight":"lighter","fontSize":14}},"header":{"backgroundColor":{"color":"#ffffff"}},"headline":{"alignment":{"horizontal":"start"}},"base":{"border":{"bottom":false,"left":true,"right":false,"top":false,"color":"#ffab0096","width":10,"style":"solid"},"backgroundColor":{"color":"#ffffff"},"borderRadius":{"radius":4},"boxShadow":{"shadows":[{"color":"rgba(0, 0, 0, 0.08)","x":0,"y":1,"blur":1,"spread":0},{"color":"rgba(0, 0, 0, 0.16)","x":0,"y":1,"blur":3,"spread":1}]},"size":{}}}
body
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"
}

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"
}

...