Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleXML file version 1.1

On the server, the xml file contains info about:Image Added

  • Firmware
  • NVM (Settings), all parameters can be found here.
  • Custom


Info
iconfalse
titleMaxwell 3/B example

<?xml version="1.0" encoding="UTF-8"?>

<provisioning version="1.1" productID="mx3b">

  <firmware>

<!-- Here you define the version of the software and the URL where to download the software -->

    <file version="2.24.7" url="http://192.168.178.101/device/maxwell/GC_MAX_2.24.7-release.bin" />

  </firmware>

  <nvm>

<!-- settings of the device -->

    <param name="PhoneUI.Settings.Confirmations" value="12121"/>

    <param name="PhoneUI.Settings.KeyClick" value="221122"/>

  </nvm>

  <custom>

<!-- Special options -->

    <step type="certificate" url="/custom/certificate.cert" flags="FORCE_ACCEPT"/>

  </custom>

</provisioning>