...
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:
| |
Aura panel | |
tab | 1 |
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" } |
...