Beschreibung:

Mit dem folgenden Add-in Skript können Sie eine Zeitzone auf Access Points mit LCOS-LX konfigurieren.

Liste der verwendeten Variablen:

VariableBeschreibung




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 als JSON-Datei:

lcos-lx-timezone.json