Skip to content

Commit

Permalink
Merge pull request #6 from gazpachoking/connectivity_state
Browse files Browse the repository at this point in the history
  • Loading branch information
bm1549 authored Sep 6, 2021
2 parents 132a34d + 181b71e commit 1f3482b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions frigidaire/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ class FanSpeed(Enum):
AUTO = 7


class ConnectivityState(Enum):
CONNECTED = 'connect'
DISCONNECTED = 'disconnect'


class Action:
@classmethod
def set_power(cls, power: Power) -> List[Component]:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='frigidaire',
version='0.13',
version='0.14',
author="Brian Marks",
description="Python API for the Frigidaire 2.0 App",
license="MIT",
Expand Down

0 comments on commit 1f3482b

Please sign in to comment.