PULL MODE
7.Under the pullSchedule tag, the pullRepeat attribute value can be set to hourly or daily, or none . See page 52 for more information.
If the pullRepeat attribute is set to daily, set the time value under the <daily> tag to the time which the
If the pullRepeat attribute is set to hourly, set the time interval, under the <hourly> tag, in which the
<pullSchedule>
<pullRepeat value=”hourly” /> <none />
<daily>
<time value=”20:00” /> </daily>
<hourly>
<time value=”00:01” />
</hourly>
</pullSchedule> </pullConfig>
NOTE: If the time interval is set to 00:00 when the pullRepeat attribute is set to hourly, then the update process will not occur. When set to “daily”, the time value can be set to “00:00” which corresponds to 12 am midnight.
43