> ## 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.

# Get NANOGRID Configuration

Returns the NANOGRID configuration file status for the specified charger, including whether the charger model supports NANOGRID and the current file contents.

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

## Response

<ResponseField name="supported" type="boolean">
  Whether the charger model supports the NANOGRID configuration.
</ResponseField>

<ResponseField name="present" type="boolean">
  Whether a NANOGRID configuration file is currently present on the charger.
</ResponseField>

<ResponseField name="content" type="string">
  The current contents of the NANOGRID configuration file. Empty when no file is present.
</ResponseField>

<ResponseField name="error" type="string">
  A human-readable error message. Only present when the configuration could not be read, for example when the charger is offline.
</ResponseField>
