Configure a timezone on Access Points using LCOS-LX

With the following Addin script you can configure a timezone on Access Points using LCOS-LX.

/**
 * @param {Config} config
 * @param {Context} context
 * Do not edit this comment or parameter types. Required for code suggestions
*/exports.main = function (config, context) {

    config.setScalarByOid("13.2.14.20", "1");      // with this field you set the timezone
    // e.g. Timezones : UTC (0), Europe/Berlin (1), Europe/Vienna (2), Europe/Zurich (3), Europe/London (4),  
    // US/Alaska (30), US/Pacific (31), US/Mountain (32), US/Central (33), US/Eastern (34)
};

download json file

results matching ""

    No results matching ""