bosesoundtouchapi.models.component

@export
class Component:

SoundTouch device Component configuration object.

This class contains the attributes and sub-items that represents a component configuration of the device.

Component(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.
ComponentCategory: str

The component category (e.g. "SCM", "SMSC", etc).

SerialNumber: str

A unique manufacturer assigned serial number of the device.

SoftwareVersion: str

Current operating system software of the device.

def ToString(self) -> str:

Returns a displayable string representation of the class.