bosesoundtouchapi.models.wirelessprofileactive

@export
class WirelessProfileActive:

SoundTouch device Wireless SSID Profile configuration object.

This class contains the attributes and sub-items that represent the active wireless SSID profile configuration of the device.

WirelessProfileActive(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.
Ssid: str

The network service set identifier (SSID) the device is connected to.

def ToDictionary(self) -> dict:

Returns a dictionary representation of the class.

def ToString(self) -> str:

Returns a displayable string representation of the class.