Grid Code Settings ++++++++++++++++++ .. admonition:: Description. :class: seealso Command to modify the grid code service settings .. jsonschema:: ../../../schemas/GridCodeSettingsRequest.json :hide_key: /**/additionalProperties Example:: { "id": "fab9e08e-c69e-4567-9278-8f5bb48d46b3", "name":"grid_code_settings", "type": "request", "data": { "evse_id": "DE*SEV*E123456789", "gridcode_id": "G98_G99", "reactive_power_function_enabled": "Volt-var", "active_power_functions_enabled": ["ConstantActivePower", "Volt-Watt"], "remote_procedures_enabled": ["RemoteOff"] } } .. admonition:: Implementation :class: warning Leaving the value of "reactive_power_function_enabled" unset will result in the reactive_power_function being disabled. ------------------ .. jsonschema:: ../../../schemas/GridCodeSettingsResponse.json :hide_key: /**/additionalProperties Example:: { "id": "a504f1cd-2ae0-46cf-a93c-736a28723478", "name": "grid_code_settings", "type": "response", "data": { "evse_id": "DE*SEV*E123456789", "status": "accepted" # or rejected } } ------------------