Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ruckus_unleashed.device_tracker.RuckusDevice Class Reference
Inheritance diagram for homeassistant.components.ruckus_unleashed.device_tracker.RuckusDevice:
[legend]
Collaboration diagram for homeassistant.components.ruckus_unleashed.device_tracker.RuckusDevice:
[legend]

Public Member Functions

None __init__ (self, coordinator, mac, name)
 
str|None ip_address (self)
 
bool is_connected (self)
 
str mac_address (self)
 
str name (self)
 
- Public Member Functions inherited from homeassistant.helpers.update_coordinator.CoordinatorEntity
None __init__ (self, _DataUpdateCoordinatorT coordinator, Any context=None)
 
None async_update (self)
 
bool available (self)
 

Private Attributes

 _mac
 
 _name
 

Detailed Description

Representation of a Ruckus client.

Definition at line 92 of file device_tracker.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.ruckus_unleashed.device_tracker.RuckusDevice.__init__ (   self,
  coordinator,
  mac,
  name 
)
Initialize a Ruckus client.

Definition at line 95 of file device_tracker.py.

Member Function Documentation

◆ ip_address()

str | None homeassistant.components.ruckus_unleashed.device_tracker.RuckusDevice.ip_address (   self)
Return the ip address.

Definition at line 114 of file device_tracker.py.

◆ is_connected()

bool homeassistant.components.ruckus_unleashed.device_tracker.RuckusDevice.is_connected (   self)
Return true if the device is connected to the network.

Definition at line 121 of file device_tracker.py.

◆ mac_address()

str homeassistant.components.ruckus_unleashed.device_tracker.RuckusDevice.mac_address (   self)
Return a mac address.

Definition at line 102 of file device_tracker.py.

◆ name()

str homeassistant.components.ruckus_unleashed.device_tracker.RuckusDevice.name (   self)
Return the name.

Definition at line 107 of file device_tracker.py.

Member Data Documentation

◆ _mac

homeassistant.components.ruckus_unleashed.device_tracker.RuckusDevice._mac
private

Definition at line 98 of file device_tracker.py.

◆ _name

homeassistant.components.ruckus_unleashed.device_tracker.RuckusDevice._name
private

Definition at line 99 of file device_tracker.py.


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