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
    

/eeprom.cgi?bit0

Added in LC3.5+ SW 1.24

  • Set whether to automatically sign in as an administrator (skip the login page).

    GET /eeprom.cgi?bit0=A
    
    • A determines whether the function is enabled, integer 0-1

    Example:

    http://192.168.1.100/eeprom.cgi?bit0=1
    

Last update: 2021-02-11
Back to top