Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.zha.radio_manager.ProbeResult Class Reference
Inheritance diagram for homeassistant.components.zha.radio_manager.ProbeResult:
[legend]
Collaboration diagram for homeassistant.components.zha.radio_manager.ProbeResult:
[legend]

Static Public Attributes

string PROBING_FAILED = "probing_failed"
 
string RADIO_TYPE_DETECTED = "radio_type_detected"
 
string WRONG_FIRMWARE_INSTALLED = "wrong_firmware_installed"
 

Detailed Description

Radio firmware probing result.

Definition at line 98 of file radio_manager.py.

Member Data Documentation

◆ PROBING_FAILED

string homeassistant.components.zha.radio_manager.ProbeResult.PROBING_FAILED = "probing_failed"
static

Definition at line 103 of file radio_manager.py.

◆ RADIO_TYPE_DETECTED

string homeassistant.components.zha.radio_manager.ProbeResult.RADIO_TYPE_DETECTED = "radio_type_detected"
static

Definition at line 101 of file radio_manager.py.

◆ WRONG_FIRMWARE_INSTALLED

string homeassistant.components.zha.radio_manager.ProbeResult.WRONG_FIRMWARE_INSTALLED = "wrong_firmware_installed"
static

Definition at line 102 of file radio_manager.py.


The documentation for this class was generated from the following file: