Skip to content

Commit

Permalink
Repr of the AirQualityMonitorStatus class fixed. (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Feb 25, 2018
1 parent 2103f29 commit b729455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miio/airqualitymonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ def __repr__(self) -> str:
s = "<AirQualityMonitorStatus power=%s, " \
"aqi=%s, " \
"battery=%s, " \
"usb=%s, " \
"usb_power=%s, " \
"time_state=%s>" % \
(self.power,
self.aqi,
self.battery,
self.usb,
self.usb_power,
self.time_state)
return s

Expand Down

0 comments on commit b729455

Please sign in to comment.