Skip to content

Commit

Permalink
Add docs for control commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Apr 14, 2024
1 parent e7e1664 commit 61b5c69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions proxy/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
/strings data.
Set: PW_EMAIL and leave PW_HOST blank to use this mode.
Control Mode
An optional mode is to enable control commands to set backup reserve
percentage and mode of the Powerwall. This requires that you set
and use the PW_CONTROL_SECRET environmental variable. This mode
is disabled by default and should be used with caution.
Set: PW_CONTROL_SECRET to enable this mode.
"""
import datetime
import json
Expand Down

0 comments on commit 61b5c69

Please sign in to comment.