Versions Compared

Key

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

...

Panel
panelIconIdatlassian-light_bulb_on
panelIcon:light_bulb_on:
panelIconText:light_bulb_on:
bgColor#E6FCFF

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 (panel version): panel_v4 is a standard value for all panels;

  • description of changes;

  • link to the firmware file.

Code Block
{
"version": "3.13.0",
"name": "3.13.0",
"date": "2021.12.02",
"device_type": "panel_v4",
"description": "<ul>
<li>Added screen brightness setting</li>
<li>Added custom concierge name feature on the conversation screen</li>
<li>Fixed problem with updating firmware via web interface</li>
<li>Fixed problem with displaying messages in the web interface of AA-14FB</li>
<li>Fixed problem with sorting in the contact book</li>
<li>The maximum number of digits in the access code has been increased from eight to ten</li>
<li>Fixed search for apartments in the identifier menu</li>
<li>Fixed problem with internal calls when SIP settings are enabled, but there is no access to the SIP server</li>
<li>Added port option to SIP proxy settings and forward numbers</li>
<li>Added horizontal scrolling in the contact book</li>
<li>Added support for AA-07FBV2M and AA-07FBC2M models</li>
<li>Added support for external temperature sensor</li>
<li>Minor fixes</li>
<li>The new version of the API is available via <a href=https://developers.bas-ip.com//%3Ethe link</a></li>
</ul>",
"url_address": "https://192.168.1.11/url-to-firmware-image.img"
}

...