Introduction


Open the web-interface and go to: Settings - Service - Diagnostics


Automatic reboot

On setting the switch to "YES", you can choose a day and a time, when Fusion shall be automatically been rebooted.
Selection of all days is possible.


Auto-provisioning
Parameter
System.QA.AutomaticReboot.Enabled

0 = Disabled

1 = Enabled

System.QA.AutomaticReboot.Weekdays

Monday = 1

Tuesday = 2

Wednesday = 4

Thursday = 8

Friday = 16

Saturday = 32

Sunday = 64

Example: 

Monday AND Friday AND Sunday = 1 + 16 + 64 = 81

System.QA.AutomaticReboot.TimeTime in the following format HH:MM
example: 15:44

Example:

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

<nvm>

<param name="System.QA.AutomaticReboot.Enabled" value="1"/>
<param name="System.QA.AutomaticReboot.Weekdays" value="8"/>
<param name="System.QA.AutomaticReboot.Time" value="12:20"/>

</nvm>

</provisioning>