Skip to content

Commit

Permalink
Document toggling Powerwall Storm Watch mode (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecardwell committed Jul 3, 2024
1 parent 4788883 commit 5737d8c
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/energy/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down Expand Up @@ -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"
}
}
```

0 comments on commit 5737d8c

Please sign in to comment.