bosesoundtouchapi.models.rebroadcastlatencymode

@export
class RebroadcastLatencyMode:

SoundTouch device RebroadcastLatencyMode configuration object.

This class contains the attributes and sub-items that represent the Rebroadcast Latency Mode configuration of the device.

RebroadcastLatencyMode(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.
Controllable: bool

True if the latency mode is controllable; otherwise, False.

Mode: str

The mode value (e.g. "SYNC_TO_ZONE", "SYNC_TO_ROOM", etc).

def ToString(self) -> str:

Returns a displayable string representation of the class.