DEBSOURCES
Skip Quicknav
sources / python-aioshelly / 11.2.0-3 / aioshelly / rpc_device / __init__.py
123456
"""Shelly Gen2 RPC based device.""" from .device import RpcDevice, RpcUpdateType from .wsrpc import WsServer __all__ = ["RpcDevice", "RpcUpdateType", "WsServer"]