ManagerArp
homey.manager.arp
Manages the Address Resolution Protocol.
You can access this manager through the Homey instance as self.homey.arp.
Ancestors
- Manager
- SimpleClass
- homey.util.event_emitter.EventEmitter
- typing.Generic
- abc.ABC
Methods
get_mac
async def get_mac(self, ip: str) ‑> strGet the ip's MAC address.