From b8237186f3d8cb2289f978230f7a7c583e8e65d6 Mon Sep 17 00:00:00 2001 From: ankushduacodes <61025943+ankushduacodes@users.noreply.github.com> Date: Sun, 14 Jun 2020 09:19:37 +0530 Subject: [PATCH] Added jet mode functionality to API Jet mode functionality seems to be known by different name at different models of AC On my AC it is known as Himalayas mode Please Add Ankush Dua to Contributors list --- wideq/ac.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/wideq/ac.py b/wideq/ac.py index dca917a..632cf6b 100644 --- a/wideq/ac.py +++ b/wideq/ac.py @@ -9,13 +9,17 @@ from .core import FailedRequestError class ACJetMode(enum.Enum): """ To turn on the jet mode. This mode - puts your AC into highest cooling or dry or heat mode(for a certain amount of time) + puts your AC into highest cooling or + dry or heat mode(for a certain amount of time) depending on what you choose This mode Overrides following setting: 1. Vertical swing is set to @100 - 2. Temperature gets set to 18 after jet mode turns off - 3. Fan speed is set to HIGH (@AC_MAIN_WIND_STRENGTH_HIGH_W) after jet mode turns off + 2. Temperature gets set to 18 after + jet mode turns off + 3. Fan speed is set to HIGH + (@AC_MAIN_WIND_STRENGTH_HIGH_W) + after jet mode turns off """ OFF = "@OFF"