Skip to content

Commit

Permalink
Fix typing in GridState.QUALIFYING (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
bubonicbob authored Jan 24, 2024
1 parent f937a99 commit 7c921ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tesla_powerwall/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class IslandMode(Enum):

class GridState(Enum):
COMPLIANT = "Grid_Compliant"
QUALIFINY = "Grid_Qualifying"
QUALIFYING = "Grid_Qualifying"
UNCOMPLIANT = "Grid_Uncompliant"


Expand Down

0 comments on commit 7c921ef

Please sign in to comment.