.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
.github/workflows/deploy.yml
examples/exec-command.py
examples/show-device-info.py
switchbotble/__init__.py
switchbotble/base.py
switchbotble.egg-info/PKG-INFO
switchbotble.egg-info/SOURCES.txt
switchbotble.egg-info/dependency_links.txt
switchbotble.egg-info/requires.txt
switchbotble.egg-info/top_level.txt
switchbotble/devices/__init__.py
switchbotble/devices/base.py
switchbotble/devices/contact_sensor.py
switchbotble/devices/factory.py
switchbotble/devices/meter.py
switchbotble/devices/meter_pro.py
switchbotble/devices/motion_sensor.py
switchbotble/devices/unknown_sensor.py
switchbotble/devices/water_leak_detector.py