Update EV Charger device settings
Write one or more writable settings on the device. Sparse: send only the settings you want to change. Unknown or read-only keys are rejected with 422.
Authorizations
Path Parameters
The unique identifier for the EV Charger device.
"device_abc123"
Body
Sparse map of writable settings. At least one field is required. Each value uses the canonical { value, unit } shape; unit must match the canonical setting.
Sparse map of writable settings. At least one field is required. Unknown or read-only keys are rejected with UNSUPPORTED_SETTING.
Maximum charging power the charger will draw. (unit: kw, min: 0, max: 50)
Response
Settings written. Response lists the canonical setting keys that changed.
Always true for success responses.
Acknowledgement of a settings write. updated lists the canonical setting keys that changed; OEMs that fire-and-forget will still echo the keys.
Metadata attached to every response: the request identifier, the serving environment, the build timestamp, and the server-side latency.