bosesoundtouchapi.models.surveyresultitem

@export
class SurveyResultItem:

SoundTouch device SurveyResultItem configuration object.

This class contains the attributes and sub-items that represent a single survey result item configuration of the device.

SurveyResultItem(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.
Secure: bool

True if the discovered network service requires a secure connection; otherwise, False.

SecurityTypes: list[str]

List of security types that the discovered network service requires for connectivity.

SignalStrength: int

Signal strength of the discovered wireless network.

Ssid: str

Network service set identifier (SSID) of the discovered wireless network.

def ToString(self) -> str:

Returns a displayable string representation of the class.