Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ruckus_unleashed.const Namespace Reference

Variables

string API_AP_DEVNAME = "devname"
 
string API_AP_FIRMWAREVERSION = "version"
 
string API_AP_MAC = "mac"
 
string API_AP_MODEL = "model"
 
string API_AP_SERIALNUMBER = "serial"
 
string API_CLIENT_AP_MAC = "ap"
 
string API_CLIENT_HOSTNAME = "hostname"
 
string API_CLIENT_IP = "ip"
 
string API_CLIENT_MAC = "mac"
 
string API_MESH_NAME = "name"
 
string API_MESH_PSK = "psk"
 
string API_SYS_IDENTITY = "identity"
 
string API_SYS_IDENTITY_NAME = "name"
 
string API_SYS_SYSINFO = "sysinfo"
 
string API_SYS_SYSINFO_SERIAL = "serial"
 
string API_SYS_SYSINFO_VERSION = "version"
 
string API_SYS_UNLEASHEDNETWORK = "unleashed-network"
 
string API_SYS_UNLEASHEDNETWORK_TOKEN = "unleashed-network-token"
 
string COORDINATOR = "coordinator"
 
string DOMAIN = "ruckus_unleashed"
 
string KEY_SYS_CLIENTS = "clients"
 
string KEY_SYS_SERIAL = "serial"
 
string KEY_SYS_TITLE = "title"
 
string MANUFACTURER = "Ruckus"
 
list PLATFORMS = [Platform.DEVICE_TRACKER]
 
int SCAN_INTERVAL = 30
 
string UNDO_UPDATE_LISTENERS = "undo_update_listeners"
 

Detailed Description

Constants for the Ruckus integration.

Variable Documentation

◆ API_AP_DEVNAME

string homeassistant.components.ruckus_unleashed.const.API_AP_DEVNAME = "devname"

Definition at line 28 of file const.py.

◆ API_AP_FIRMWAREVERSION

string homeassistant.components.ruckus_unleashed.const.API_AP_FIRMWAREVERSION = "version"

Definition at line 30 of file const.py.

◆ API_AP_MAC

string homeassistant.components.ruckus_unleashed.const.API_AP_MAC = "mac"

Definition at line 26 of file const.py.

◆ API_AP_MODEL

string homeassistant.components.ruckus_unleashed.const.API_AP_MODEL = "model"

Definition at line 29 of file const.py.

◆ API_AP_SERIALNUMBER

string homeassistant.components.ruckus_unleashed.const.API_AP_SERIALNUMBER = "serial"

Definition at line 27 of file const.py.

◆ API_CLIENT_AP_MAC

string homeassistant.components.ruckus_unleashed.const.API_CLIENT_AP_MAC = "ap"

Definition at line 24 of file const.py.

◆ API_CLIENT_HOSTNAME

string homeassistant.components.ruckus_unleashed.const.API_CLIENT_HOSTNAME = "hostname"

Definition at line 21 of file const.py.

◆ API_CLIENT_IP

string homeassistant.components.ruckus_unleashed.const.API_CLIENT_IP = "ip"

Definition at line 23 of file const.py.

◆ API_CLIENT_MAC

string homeassistant.components.ruckus_unleashed.const.API_CLIENT_MAC = "mac"

Definition at line 22 of file const.py.

◆ API_MESH_NAME

string homeassistant.components.ruckus_unleashed.const.API_MESH_NAME = "name"

Definition at line 18 of file const.py.

◆ API_MESH_PSK

string homeassistant.components.ruckus_unleashed.const.API_MESH_PSK = "psk"

Definition at line 19 of file const.py.

◆ API_SYS_IDENTITY

string homeassistant.components.ruckus_unleashed.const.API_SYS_IDENTITY = "identity"

Definition at line 35 of file const.py.

◆ API_SYS_IDENTITY_NAME

string homeassistant.components.ruckus_unleashed.const.API_SYS_IDENTITY_NAME = "name"

Definition at line 36 of file const.py.

◆ API_SYS_SYSINFO

string homeassistant.components.ruckus_unleashed.const.API_SYS_SYSINFO = "sysinfo"

Definition at line 32 of file const.py.

◆ API_SYS_SYSINFO_SERIAL

string homeassistant.components.ruckus_unleashed.const.API_SYS_SYSINFO_SERIAL = "serial"

Definition at line 34 of file const.py.

◆ API_SYS_SYSINFO_VERSION

string homeassistant.components.ruckus_unleashed.const.API_SYS_SYSINFO_VERSION = "version"

Definition at line 33 of file const.py.

◆ API_SYS_UNLEASHEDNETWORK

string homeassistant.components.ruckus_unleashed.const.API_SYS_UNLEASHEDNETWORK = "unleashed-network"

Definition at line 37 of file const.py.

◆ API_SYS_UNLEASHEDNETWORK_TOKEN

string homeassistant.components.ruckus_unleashed.const.API_SYS_UNLEASHEDNETWORK_TOKEN = "unleashed-network-token"

Definition at line 38 of file const.py.

◆ COORDINATOR

string homeassistant.components.ruckus_unleashed.const.COORDINATOR = "coordinator"

Definition at line 11 of file const.py.

◆ DOMAIN

string homeassistant.components.ruckus_unleashed.const.DOMAIN = "ruckus_unleashed"

Definition at line 5 of file const.py.

◆ KEY_SYS_CLIENTS

string homeassistant.components.ruckus_unleashed.const.KEY_SYS_CLIENTS = "clients"

Definition at line 14 of file const.py.

◆ KEY_SYS_SERIAL

string homeassistant.components.ruckus_unleashed.const.KEY_SYS_SERIAL = "serial"

Definition at line 16 of file const.py.

◆ KEY_SYS_TITLE

string homeassistant.components.ruckus_unleashed.const.KEY_SYS_TITLE = "title"

Definition at line 15 of file const.py.

◆ MANUFACTURER

string homeassistant.components.ruckus_unleashed.const.MANUFACTURER = "Ruckus"

Definition at line 9 of file const.py.

◆ PLATFORMS

list homeassistant.components.ruckus_unleashed.const.PLATFORMS = [Platform.DEVICE_TRACKER]

Definition at line 6 of file const.py.

◆ SCAN_INTERVAL

int homeassistant.components.ruckus_unleashed.const.SCAN_INTERVAL = 30

Definition at line 7 of file const.py.

◆ UNDO_UPDATE_LISTENERS

string homeassistant.components.ruckus_unleashed.const.UNDO_UPDATE_LISTENERS = "undo_update_listeners"

Definition at line 12 of file const.py.