Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 15, 2022
1 parent 5b191cd commit 15f6084
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@ export interface ErrorResponse {
};
}

/**
* The /api/v1/system endpoint can be used to configure system settings.
* Currently the only available option it to turn on and off all cloud communication.
*
* @link: https://homewizard-energy-api.readthedocs.io/endpoints.html#system-api-v1-system
*/
export interface SystemResponse {
cloud_enabled: boolean;
}
Expand Down

0 comments on commit 15f6084

Please sign in to comment.