Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Align
alignright

Valid for:

N610

N670

N870

N870E

Embedded Integrator

Virtual Integrator

#F85404
Panel
Panel
titleColor
titleBGColor#F0F0F0
titleIntroductionValid for N610 / N670 / N870 / N870E.

The device will contact once per day the provisioning server, you can change the frequency.

From software 2.32 or higher you can also change the time span when provisioning will be executed.

Info

Please do not use a time < 1800 seconds.

Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-provisioning
ParameterDescription
Provisioning.global.Period

0 (Default) = Check between 1 and 4 AM

> 0 = Time in seconds

New in 2.32 or higher
Provisioning.global.PeriodStartTime when provisioning time span will be started
Provisioning.global.PeriodEndTime when provisioning time span will be ended

Example:

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">

<nvm>

<!--  It's the time span when provisioning will be executed
When period is set to 0, the PeriodStart and PeriodEnd time will be used
When value is different that 0, then the duration is in seconds -->

<param name="Provisioning.global.Period" value="0" />

<!-- Time when provisioning time span will be started -->
<param name="Provisioning.global.PeriodStart" value="14:00" />

<!-- Time when provisioning time span will be ended -->
<param name="Provisioning.global.PeriodEnd" value="18:30" />

</nvm>

</provisioning>