Versions Compared

Key

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

...

  • Device name;

  • Device model;

  • Device type; 

  • Firmware version;

  • Name (doubles device name);

  • Firmware build date;

  • Commit hash value;

  • Description of changes;

  • Link to the firmware file;

Custom server

Code Block
{
    "device_name": "EVRC-IP",
    "device_model": "evrc-ip",
    "device_type": "lift-controller",
    "version": "2.0.0",
    "name": "EVRC IP",
    "date": "06.04.2022",
    "commit_hash": "d914ac0b4fa75189581101465d125dfc3c05f8df",
    "description": [
        "<ul>",
        "<li>Updated design and functionality of web interface</li>",
        "<li>Added support and interaction with Link</li>",
        "<li>Added ability of manual and automatiс time setting</li>",
        "<li>Lift direction management (up, down, up-down) and access control modes are available</li>",
        "<li>Added ability to open/close concrete lift ports for a specified time using API or web interface</li>",
        "<li>Added ability to link one identifier with more than one floor and apartment</li>",
        "<li>Added identifier representation in Decimal and in HEX numeral systems</li>",
        "<li>Added Wiegand type configuration</li>",
        "<li>All types of identifiers are supported: card, access code, UKEY, QR code, Face ID</li>",
        "<li>Added logging with filter for controller and Link logs</li>",
        "<li>Added ability to save and restore lift settings from a file</li>",
        "<li>Added factory reset option</li>",
        "<li>Improved data export/import function</li>",
        "<li>Added  ability to clear specific data</li>",
        "<li>Added software update from the server or from a file in the web interface</li>",
        "<li>Added ability to reboot device from the web interface or API</li>",
        "<li>The new version of API is available via <a href=\"https://developers.bas-ip.com/\">link</a></li>",
        "</ul>"
    ],
    "url_address": "192.168.1.11"
}

...