Skip to content

Commit

Permalink
Add mac_address (Danielhiversen#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen committed Dec 31, 2021
1 parent 6f961a1 commit 8358ab1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mill_local/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ def name(self):
"""Return name."""
return self._status.get("name", "")

@property
def mac_address(self):
"""Return mac address."""
return self._status.get("mac_address")

async def set_target_temperature(self, target_temperature):
"""Set target temperature."""
payload = {
Expand Down

0 comments on commit 8358ab1

Please sign in to comment.