Skip to content

Commit

Permalink
Update splitAC.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xerxes87 authored Aug 12, 2019
1 parent 173e03a commit 9ed16f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyfujitseu/splitAC.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ def changeSwingMode(self, mode):
return None

def get_swing_mode_desc(self):
if not isinstance(self.af_vertical_direction['value'],int):
return None
SWING_LIST_DICT = {
0: 'Horizontal',
1: 'Down',
Expand Down

0 comments on commit 9ed16f1

Please sign in to comment.