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