Skip to content

Commit

Permalink
feat: add breeze remote on_off_type property (#584)
Browse files Browse the repository at this point in the history
Signed-off-by: thecode <[email protected]>

Signed-off-by: thecode <[email protected]>
  • Loading branch information
thecode committed Oct 29, 2022
1 parent 317231f commit d18f19a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/aioswitcher/api/remotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ def separated_swing_command(self) -> bool:
"""Getter for which indicates if the AC has a separated swing command."""
return self._separated_swing_command

@property
def on_off_type(self) -> bool:
"""Getter for which indicates if the AC if on/off (toggle) type."""
return self._on_off_type

def _lookup_key_in_irset(self, key: List[str]) -> None:
"""Use this to look for a key in the IRSet file.
Expand Down

0 comments on commit d18f19a

Please sign in to comment.