diff --git a/docs/energy/commands.md b/docs/energy/commands.md index 970e7e4..bceb7f5 100644 --- a/docs/energy/commands.md +++ b/docs/energy/commands.md @@ -10,7 +10,6 @@ These endpoints are not yet documented. | POST | `operation` | | POST | `grid_import_export` | | POST | `time_of_use_settings` | -| POST | `storm_mode` | | POST | `command` | | POST | `program` | | POST | `event` | @@ -57,3 +56,24 @@ Set your energy site name. } } ``` + +## POST `api/1/energy_sites/{site_id}/storm_mode` + +Enable or disable Storm Watch. + +### Parameters + +| Parameter | Example | Description | +| :--------------------- | :------ | :--------------------------------- | +| enabled | true | If Storm Watch should be enabled | + +### Response + +```json +{ + "response": { + "code": 201, + "message": "Updated" + } +} +```