Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

Version 1 Nächste Version anzeigen »




Description:

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

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)
};

Addin as JSON file:

lcos-lx-timezone.json



  • Keine Stichwörter