Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Deutsch

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:

View file
namelcos-lx-timezone.json
height150

...

Englisch

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:

View file
namelcos-lx-timezone.json
height150

...