Disable and enable the factory reset button

If desired, you can disable the factory reset by button press. Once you have disabled this feature, you will not be able to reset the WVA to factory defaults. You can re-establish this feature by enabling the factory reset button.

You can use the WVA web services configuration resource config/button to disable and enable the factory reset button.

See the description of this resource in the Wireless Vehicle Bus Adapter (WVA) Application Developer Guide.

Disable the factory reset button

Set the config/button resource to "none" to disable.

<button>
 <reset_to_factory>none</reset_to_factory>
<button>

Enable the factory reset button

Set the config/button resource to "default" to re-enable.

<button>
 <reset_to_factory>default</reset_to_factory>
<button>