ManagerArp

homey.manager.arp

Manages the Address Resolution Protocol. You can access this manager through the Homey instance as self.homey.arp.

Ancestors

Methods

get_mac

async def get_mac(self, ip: str) ‑> str

Get the ip's MAC address.

Inherited members