.codecov.yml
.coveragerc
.devcontainer.json
.gitattributes
.gitignore
.pre-commit-config.yaml
.prettierrc.js
.yamllint
LICENSE.txt
README.md
mypy.ini
pyproject.toml
pytest.ini
requirements-dev.txt
requirements-test.txt
requirements.txt
.github/FUNDING.yml
.github/dependabot.yml
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/python-publish.yml
.github/workflows/release-drafter.yml
deebot_client/__init__.py
deebot_client/api_client.py
deebot_client/authentication.py
deebot_client/capabilities.py
deebot_client/command.py
deebot_client/const.py
deebot_client/device.py
deebot_client/event_bus.py
deebot_client/exceptions.py
deebot_client/logging_filter.py
deebot_client/map.py
deebot_client/message.py
deebot_client/models.py
deebot_client/mqtt_client.py
deebot_client/py.typed
deebot_client.egg-info/PKG-INFO
deebot_client.egg-info/SOURCES.txt
deebot_client.egg-info/dependency_links.txt
deebot_client.egg-info/requires.txt
deebot_client.egg-info/top_level.txt
deebot_client/commands/__init__.py
deebot_client/commands/json/__init__.py
deebot_client/commands/json/advanced_mode.py
deebot_client/commands/json/battery.py
deebot_client/commands/json/carpet.py
deebot_client/commands/json/charge.py
deebot_client/commands/json/charge_state.py
deebot_client/commands/json/clean.py
deebot_client/commands/json/clean_count.py
deebot_client/commands/json/clean_logs.py
deebot_client/commands/json/clean_preference.py
deebot_client/commands/json/common.py
deebot_client/commands/json/const.py
deebot_client/commands/json/continuous_cleaning.py
deebot_client/commands/json/custom.py
deebot_client/commands/json/efficiency.py
deebot_client/commands/json/error.py
deebot_client/commands/json/fan_speed.py
deebot_client/commands/json/life_span.py
deebot_client/commands/json/map.py
deebot_client/commands/json/multimap_state.py
deebot_client/commands/json/network.py
deebot_client/commands/json/play_sound.py
deebot_client/commands/json/pos.py
deebot_client/commands/json/relocation.py
deebot_client/commands/json/stats.py
deebot_client/commands/json/true_detect.py
deebot_client/commands/json/voice_assistant_state.py
deebot_client/commands/json/volume.py
deebot_client/commands/json/water_info.py
deebot_client/commands/json/work_mode.py
deebot_client/commands/xml/__init__.py
deebot_client/commands/xml/common.py
deebot_client/commands/xml/error.py
deebot_client/events/__init__.py
deebot_client/events/base.py
deebot_client/events/efficiency_mode.py
deebot_client/events/fan_speed.py
deebot_client/events/map.py
deebot_client/events/network.py
deebot_client/events/water_info.py
deebot_client/events/work_mode.py
deebot_client/hardware/__init__.py
deebot_client/hardware/deebot/2o4lnm.py
deebot_client/hardware/deebot/55aiho.py
deebot_client/hardware/deebot/626v6g.py
deebot_client/hardware/deebot/85nbtp.py
deebot_client/hardware/deebot/9ku8nu.py
deebot_client/hardware/deebot/__init__.py
deebot_client/hardware/deebot/clojes.py
deebot_client/hardware/deebot/fallback.py
deebot_client/hardware/deebot/lx3j7m.py
deebot_client/hardware/deebot/p1jij8.py
deebot_client/hardware/deebot/p95mgv.py
deebot_client/hardware/deebot/rss8xk.py
deebot_client/hardware/deebot/umwv6z.py
deebot_client/hardware/deebot/vi829v.py
deebot_client/hardware/deebot/x5d34r.py
deebot_client/hardware/deebot/yna5xi.py
deebot_client/hardware/deebot/zjavof.py
deebot_client/messages/__init__.py
deebot_client/messages/json/__init__.py
deebot_client/messages/json/battery.py
deebot_client/messages/json/stats.py
deebot_client/util/__init__.py
deebot_client/util/continents.py
scripts/check_getLogger.sh
scripts/run-in-env.sh
tests/__init__.py
tests/common.py
tests/conftest.py
tests/mqtt_util.py
tests/test_authentication.py
tests/test_command.py
tests/test_device.py
tests/test_event_bus.py
tests/test_map.py
tests/test_mqtt_client.py
tests/test_mqtt_client_reconnect.py
tests/commands/__init__.py
tests/commands/json/__init__.py
tests/commands/json/test_advanced_mode.py
tests/commands/json/test_battery.py
tests/commands/json/test_carpet.py
tests/commands/json/test_charge.py
tests/commands/json/test_charge_state.py
tests/commands/json/test_clean.py
tests/commands/json/test_clean_count.py
tests/commands/json/test_clean_log.py
tests/commands/json/test_clean_preference.py
tests/commands/json/test_common.py
tests/commands/json/test_continuous_cleaning.py
tests/commands/json/test_custom.py
tests/commands/json/test_efficiency.py
tests/commands/json/test_error.py
tests/commands/json/test_fan_speed.py
tests/commands/json/test_life_span.py
tests/commands/json/test_map.py
tests/commands/json/test_mulitmap_state.py
tests/commands/json/test_network.py
tests/commands/json/test_true_detect.py
tests/commands/json/test_voice_assistant_state.py
tests/commands/json/test_volume.py
tests/commands/json/test_water_info.py
tests/commands/json/test_work_mode.py
tests/commands/xml/__init__.py
tests/commands/xml/test_error.py
tests/events/__init__.py
tests/events/test_water_info.py
tests/fixtures/__init__.py
tests/fixtures/base.py
tests/fixtures/mqtt_server.py
tests/hardware/__init__.py
tests/hardware/test_init.py
tests/helpers/__init__.py
tests/helpers/tasks.py
tests/messages/__init__.py
tests/messages/test_get_messages.py
tests/messages/test_messages.py
tests/messages/json/__init__.py
tests/messages/json/test_battery.py
tests/messages/json/test_stats.py
tests/util/__init__.py
tests/util/test_continents.py
tests/util/test_init.py