File: __init__.py

package info (click to toggle)
python-roborock 4.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,480 kB
  • sloc: python: 16,602; makefile: 17; sh: 6
file content (10 lines) | stat: -rw-r--r-- 415 bytes parent folder | download
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] = []