mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-16 07:10:09 -07:00
Update wideq/ac.py
Co-authored-by: Adrian Sampson <adrian@radbox.org>
This commit is contained in:
parent
f7285a66d5
commit
34f5fd6033
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user