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

Compare with Current View Page History

Version 1 Current »

XML file version 1.1

On the server, the xml file contains info about:

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


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

  • No labels