Skip to content

Commit

Permalink
add unit to Plug device
Browse files Browse the repository at this point in the history
  • Loading branch information
starkillerOG authored Jun 25, 2020
1 parent 07f2515 commit 34dc9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ class props:
"""Device specific properties."""

status: str = None # 'on' / 'off'
load_power: int = None # power consumption in ?unit?
load_power: int = None # power consumption in Watt

@command()
def update(self):
Expand Down

0 comments on commit 34dc9a9

Please sign in to comment.