Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.elmax.common.DirectPanel Class Reference
Inheritance diagram for homeassistant.components.elmax.common.DirectPanel:
[legend]
Collaboration diagram for homeassistant.components.elmax.common.DirectPanel:
[legend]

Public Member Functions

None __init__ (self, panel_uri)
 
str get_name_by_user (self, str username)
 

Detailed Description

Helper class for wrapping a directly accessed Elmax Panel.

Definition at line 35 of file common.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.elmax.common.DirectPanel.__init__ (   self,
  panel_uri 
)
Construct the object.

Definition at line 38 of file common.py.

Member Function Documentation

◆ get_name_by_user()

str homeassistant.components.elmax.common.DirectPanel.get_name_by_user (   self,
str  username 
)
Return the panel name.

Definition at line 42 of file common.py.


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