bosesoundtouchapi.models.supportedurls

@export
class SupportedUrls:

SoundTouch device SupportedUrls configuration object.

This class contains the attributes and sub-items that represent the supported url's configuration of the device.

SupportedUrls(root: xml.etree.ElementTree.Element = None)

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.
DeviceId: str

Device identifier the configuration information was obtained from.

The list of SupportedUrl items.

def ToString(self, includeItems: bool = False) -> str:

Returns a displayable string representation of the class.

Arguments:
  • includeItems (bool): True to include all items in the list; otherwise False to only include the base list.