Skip to content

Commit

Permalink
Make hound happy
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Oct 8, 2018
1 parent 40877d1 commit 443f888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miio/cooker.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,8 +728,8 @@ def status(self) -> CookerStatus:
't_cook', 'setting', 'delay', 'version', 'favorite', 'custom']

"""
Some cookers doesn't support a list of properties here. Therefore "all" properties
are requested. If the property count or order changes the property list above must
Some cookers doesn't support a list of properties here. Therefore "all" properties
are requested. If the property count or order changes the property list above must
be updated.
"""
values = self.send("get_prop", ['all'])
Expand Down

0 comments on commit 443f888

Please sign in to comment.