<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
<nvm>
<!-- switch on SUOTA -->
<param name="DmGlobal.0.SuotaEnable" value="1" />
<!-- configure SUOTA package with the URL to the SUOTA binary -->
<!-- URL always needs to be unique for each binary, e.g. Ein2 will not recognize if binary is replaced on the server without changing the path
URL examples:
SL800H software 131.13.04: profile.gigaset.net/device/suota/sl800/13_04.bin
R700H protect 136.006.04 : profile.gigaset.net/device/suota/r700_protect/blp_p1_suota__upd.bin
CrewPTT Nightbuilds
SL800H software 131.13.06: profile.gigaset.net/device/suota/sl800/13_06_rc1.bin CH21D headset software
-->
<param name="SuotaPackage.1.Url" value="profile.gigaset.net/device/suota/ch21/144_02.bin" />
<!-- configure SUOTA window when SUOTA should be started (duration is given in minutes) -->
<param name="SuotaWindow.1.Enabled" value="1" />
<param name="SuotaWindow.1.Name" value="Window 1" />
<param name="SuotaWindow.1.StartTime" value="13:20" />
<param name="SuotaWindow.1.Duration" value="120" />
<param name="SuotaWindow.1.DaysOfWeek" value="mon,tue,wed,thu,fri,sat,sun" />
<!-- assign SUOTA window to the HS:
0 -> SUOTA not allowed for the HS
1 -> SUOTA window 1
2 -> SUOTA window 2
255- > only SUOTA pull is possible (currently default) -->
<param name="hs.@.SuotaWindow" value="1" />
</nvm>
</provisioning> |