Skip to content

Commit

Permalink
ko TF f
Browse files Browse the repository at this point in the history
  • Loading branch information
xerxes87 committed Nov 3, 2019
1 parent 922c4f3 commit e6ffbb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyfujitseu/splitAC.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,14 +367,17 @@ def _get_device_property_history(self,propertyCode):

##Translate the operation mode to descriptive values and reverse
def _operation_mode_translate(self,operation_mode):

DICT_OPERATION_MODE = {
"off": 0,
"unknown" : 1,
"auto" : 2,
"cool" : 3,
"dry" : 4,
"fan_only" : 5,
"heat" : 6,
0 : "off",
1 : "unknown",
2 : "auto",
3 : "cool",
4 : "dry",
Expand Down

0 comments on commit e6ffbb7

Please sign in to comment.