Package wideq
Reverse-engineered client for the LG SmartThinQ API.
Expand source code
"""Reverse-engineered client for the LG SmartThinQ API.
"""
from .core import * # noqa
from .client import * # noqa
from .ac import * # noqa
from .dishwasher import * # noqa
from .dryer import * # noqa
from .refrigerator import * # noqa
from .washer import * # noqa
from .server import * # noqa
__version__ = '1.5.0'
Sub-modules
wideq.ac
-
A
Device
class representing air conditioning/climate devices. wideq.client
-
A high-level, convenient abstraction for interacting with the LG SmartThinQ API for most use cases.
wideq.core
-
A low-level, general abstraction for the LG SmartThinQ API.
wideq.dishwasher
wideq.dryer
wideq.refrigerator
wideq.server
-
A simple Flask-server implementation of wideq lib to expose most common operations of the LG wideq lib See also https://www.python-boilerplate.com/flask
wideq.util
wideq.washer