File: __init__.py

package info (click to toggle)
python-roborock 3.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,912 kB
  • sloc: python: 14,982; makefile: 17
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] = []