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

Static Public Attributes

string MASTER = "master"
 
string NONE = "none"
 
string SLAVE = "slave"
 

Detailed Description

Available Mesh roles.

Definition at line 20 of file const.py.

Member Data Documentation

◆ MASTER

string homeassistant.components.fritz.const .MeshRoles.MASTER = "master"
static

Definition at line 24 of file const.py.

◆ NONE

string homeassistant.components.fritz.const .MeshRoles.NONE = "none"
static

Definition at line 23 of file const.py.

◆ SLAVE

string homeassistant.components.fritz.const .MeshRoles.SLAVE = "slave"
static

Definition at line 25 of file const.py.


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