Skip to content

Settings

/stm.cgi?lang

Set the language of the user interface.

GET /stm.cgi?lang=A
  • A is a language code, integer 0-4

    {
        "0": "PL",
        "1": "EN",
        "2": "FR",
        "3": "HU",
        "4": "CZ",
    }
    

Example:

http://192.168.1.100/stm.cgi?lang=0

/eeprom.cgi?word0

Set the refresh interval of data from LC on the page (querying JSON files).

GET /eeprom.cgi?word0=A
  • A is a number of tens of seconds, integer 3-32767

Example:

http://192.168.1.100/eeprom.cgi?word0=5