Skip to content

Commit

Permalink
Fix vitals response
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Dec 23, 2023
1 parent 2854665 commit cc0f5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypowerwall/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def poll(self, api):

elif api == '/vitals':
# TODO: Assemble vitals data payload
data = None
data = {}

elif api in ['/api/system_status/soe']:
battery = self.get_battery()
Expand Down

0 comments on commit cc0f5da

Please sign in to comment.