Skip to content

Commit

Permalink
Improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Dec 8, 2018
1 parent 25ae77a commit 3c2f784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miio/airconditioningcompanion.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ class FanSpeed(enum.Enum):
class SwingMode(enum.Enum):
On = 0
Off = 1
2 = 2
7 = 7
Unknown2 = 2
Unknown7 = 7


class Power(enum.Enum):
Expand Down

0 comments on commit 3c2f784

Please sign in to comment.