Home Assistant Unofficial Reference 2024.12.1
model.py
Go to the documentation of this file.
1 """Model definitions for Actiontec MI424WR (Verizon FIOS) routers."""
2 
3 from dataclasses import dataclass
4 
5 
6 @dataclass
7 class Device:
8  """Actiontec device class."""
9 
10  ip_address: str
11  mac_address: str
12  timevalid: int