Skip to content

Commit

Permalink
add status reachable
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Mar 9, 2024
1 parent 19f7c48 commit dcb134e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weconnect/elements/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ class TargetSOCReachable(Enum,):
INVALID = 'invalid'
CALCULATING = 'calculating'
NOT_REACHABLE = 'notReachable'
REACHABLE = 'reachable'
UNKNOWN = 'unknown'

0 comments on commit dcb134e

Please sign in to comment.