Skip to content

Commit

Permalink
Fix __repr__ of AirHumidifierMiotStatus (Closes: rytilahti#908) (ryti…
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored and xvlady committed May 9, 2021
1 parent 2b2eb69 commit c8a4dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miio/airhumidifier_miot.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def __repr__(self) -> str:
s = (
"<AirHumidifierMiotStatus"
"power=%s, "
"fault=%s, "
"error=%s, "
"mode=%s, "
"target_humidity=%s, "
"water_level=%s, "
Expand All @@ -228,7 +228,7 @@ def __repr__(self) -> str:
"clean_mode=%s>"
% (
self.power,
self.fault,
self.error,
self.mode,
self.target_humidity,
self.water_level,
Expand Down

0 comments on commit c8a4dfc

Please sign in to comment.