File: __init__.py

package info (click to toggle)
python-roborock 3.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,860 kB
  • sloc: python: 14,542; makefile: 17
file content (10 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
"""This module contains the low level MQTT client for the Roborock vacuum cleaner.

This is not meant to be used directly, but rather as a base for the higher level
modules.
"""

# This module is part of the Roborock Python library, which provides a way to
# interact with Roborock devices using MQTT. It is not intended to be used directly,
# but rather as a base for higher level modules.
__all__: list[str] = []