Skip to content

Commit

Permalink
Add "AG" and "F" modes
Browse files Browse the repository at this point in the history
Issue: #64
Issue: #68
  • Loading branch information
rgerganov committed Nov 24, 2020
1 parent da12c0d commit e7fc4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyairctrl/airctrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def main():
parser.add_argument("--om", help="set fan speed", choices=["1", "2", "3", "s", "t", "a"])
parser.add_argument("--pwr", help="power on/off", choices=["0", "1"])
parser.add_argument(
"--mode", help="set mode", choices=["P", "A", "S", "M", "B", "N", "T"]
"--mode", help="set mode", choices=["P", "A", "AG", "F", "S", "M", "B", "N", "T"]
)
parser.add_argument(
"--rhset", help="set target humidity", choices=["40", "50", "60", "70"]
Expand Down

0 comments on commit e7fc4d5

Please sign in to comment.