Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.shelly.const .BLEScannerMode Class Reference
Inheritance diagram for homeassistant.components.shelly.const .BLEScannerMode:
[legend]
Collaboration diagram for homeassistant.components.shelly.const .BLEScannerMode:
[legend]

Static Public Attributes

string ACTIVE = "active"
 
string DISABLED = "disabled"
 
string PASSIVE = "passive"
 

Detailed Description

BLE scanner mode.

Definition at line 209 of file const.py.

Member Data Documentation

◆ ACTIVE

string homeassistant.components.shelly.const .BLEScannerMode.ACTIVE = "active"
static

Definition at line 213 of file const.py.

◆ DISABLED

string homeassistant.components.shelly.const .BLEScannerMode.DISABLED = "disabled"
static

Definition at line 212 of file const.py.

◆ PASSIVE

string homeassistant.components.shelly.const .BLEScannerMode.PASSIVE = "passive"
static

Definition at line 214 of file const.py.


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