Description:

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

List of used variables:

VariableDescription




Add-in code:


/**
 * @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)
};


Add-in as JSON file:

lcos-lx-timezone.json