bosesoundtouchapi.models.infonetworkinfo

@export
class InformationNetworkInfo:

SoundTouch device Information NetworkInfo configuration object.

This class contains the attributes and sub-items that represent the Information NetworkInfo configuration of the device.

InformationNetworkInfo(root: xml.etree.ElementTree.Element)

Initializes a new instance of the class.

Arguments:
  • root (Element): xmltree Element item to load arguments from.
    If specified, then other passed arguments are ignored.
MacAddress: str

MAC address (media access control address) assigned to the adapter.

IpAddress: str

IPV4 address assigned by the network.

TypeValue: str

Network interface adapter type (e.g. WIFI, ETHERNET).

def ToString(self) -> str:

Returns a displayable string representation of the class.