Handle Gateway data and limit updates.
Definition at line 110 of file light.py.
◆ __init__()
| def homeassistant.components.greenwave.light.GatewayData.__init__ |
( |
|
self, |
|
|
|
host, |
|
|
|
token |
|
) |
| |
Initialize the data object.
Definition at line 113 of file light.py.
◆ greenwave()
| def homeassistant.components.greenwave.light.GatewayData.greenwave |
( |
|
self | ) |
|
Return Gateway API object.
Definition at line 120 of file light.py.
◆ update()
| def homeassistant.components.greenwave.light.GatewayData.update |
( |
|
self | ) |
|
Get the latest data from the gateway.
Definition at line 125 of file light.py.
◆ _greenwave
| homeassistant.components.greenwave.light.GatewayData._greenwave |
|
private |
◆ _host
| homeassistant.components.greenwave.light.GatewayData._host |
|
private |
◆ _token
| homeassistant.components.greenwave.light.GatewayData._token |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/components/greenwave/light.py