Skip to content

Commit

Permalink
Property use_time re-added to repr.
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Mar 15, 2018
1 parent a224e6b commit 2d481f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions miio/airpurifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ def __repr__(self) -> str:
"extra_features=%s, " \
"turbo_mode_supported=%s, " \
"auto_detect=%s, " \
"use_time=%s, " \
"button_pressed=%s>" % \
(self.power,
self.aqi,
Expand Down Expand Up @@ -349,6 +350,7 @@ def __repr__(self) -> str:
self.extra_features,
self.turbo_mode_supported,
self.auto_detect,
self.use_time,
self.button_pressed)
return s

Expand Down

0 comments on commit 2d481f0

Please sign in to comment.