Skip to content

Commit

Permalink
Add missing value for horizontal air flows
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Feb 6, 2024
1 parent 33ee562 commit cbf42be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pychonet/HomeAirConditioner.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ def _0130A5(edt):
0x58: "lc",
0x59: "lc-right",
0x5A: "lc-rc",
0x5B: "lc-rc-right",
0x5C: "lc-center",
0x5D: "lc-center-right",
0x5F: "lc-center-rc-right",
0x60: "left",
0x61: "left-right",
0x62: "left-rc",
Expand All @@ -160,6 +164,10 @@ def _0130A5(edt):
0x67: "left-center-rc-right",
0x69: "left-lc-right",
0x6A: "left-lc-rc",
0x6C: "left-lc-center",
0x6D: "left-lc-center-right",
0x6E: "left-lc-center-rc",
0x6F: "left-lc-center-rc-right",
},
)

Expand Down

0 comments on commit cbf42be

Please sign in to comment.