Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Feb 26, 2024
1 parent 2b1d88b commit 2f439d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weconnect/elements/access_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def update(self, fromDict):
LOG.warning('%s: Unknown attribute %s with value %s', self.getGlobalAddress(), key, value)

def __str__(self):
return f'{self.id}: {self.openState.value.value}' # pylint: disable=no-member
return f'{self.id}: {self.openState.value.value}' # pylint: disable=no-member

class OpenState(Enum,):
OPEN = 'open'
Expand Down

0 comments on commit 2f439d9

Please sign in to comment.