> ## Documentation Index
> Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set Firmware Auto-Update

Enables or disables automatic firmware updates for the specified charger. Returns a `204 No Content` response on success.

<ParamField path="charger" type="string" required>
  The UUID of the charger.
</ParamField>

<ParamField body="enabled" type="boolean" required>
  Whether automatic firmware updates should be enabled (`true`) or disabled (`false`).
</ParamField>
