You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Introduction

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.

Please do not use a time < 1800 seconds.

Auto-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>

  • No labels