File: __init__.py

package info (click to toggle)
python-aioshelly 11.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: python: 2,583; makefile: 8; sh: 3
file content (6 lines) | stat: -rw-r--r-- 230 bytes parent folder | download
1
2
3
4
5
6
"""Shelly Gen1 CoAP block based device."""

from .coap import COAP
from .device import BLOCK_VALUE_UNIT, Block, BlockDevice, BlockUpdateType

__all__ = ["COAP", "BLOCK_VALUE_UNIT", "Block", "BlockDevice", "BlockUpdateType"]