> ## 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 Display & LED Settings

Updates the display and LED settings 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="settings" type="object" required>
  An object of setting key-value pairs. Each key should be a valid setting key (e.g., `LightIntensity`) and the value should be a string. At least one setting is required. Maximum 255 characters per value.
</ParamField>
