From 34f5fd6033c6d60e2937affd154b5926f85729d5 Mon Sep 17 00:00:00 2001 From: ankushduacodes <61025943+ankushduacodes@users.noreply.github.com> Date: Mon, 15 Jun 2020 08:19:07 +0530 Subject: [PATCH] Update wideq/ac.py Co-authored-by: Adrian Sampson --- wideq/ac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wideq/ac.py b/wideq/ac.py index a3e97de..06a1c2d 100644 --- a/wideq/ac.py +++ b/wideq/ac.py @@ -258,7 +258,7 @@ class ACDevice(Device): return self._get_config('DuctZone') def set_jet_mode(self, jet_opt): - """Set jet mode to value form `ACJetMode` enum + """Set jet mode to a value from the `ACJetMode` enum. """ jet_opt_value = self.model.enum_value('Jet', jet_opt.value)