Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.anel_pwrctrl.switch.PwrCtrlDevice Class Reference

Public Member Functions

None __init__ (self, Device device)
 
None update (self)
 

Private Attributes

 _device
 

Detailed Description

Device representation for per device throttling.

Definition at line 100 of file switch.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.anel_pwrctrl.switch.PwrCtrlDevice.__init__ (   self,
Device  device 
)
Initialize the PwrCtrl device.

Definition at line 103 of file switch.py.

Member Function Documentation

◆ update()

None homeassistant.components.anel_pwrctrl.switch.PwrCtrlDevice.update (   self)
Update the device and all its switches.

Definition at line 108 of file switch.py.

Member Data Documentation

◆ _device

homeassistant.components.anel_pwrctrl.switch.PwrCtrlDevice._device
private

Definition at line 105 of file switch.py.


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