LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
PySwitchbot.egg-info/PKG-INFO
PySwitchbot.egg-info/SOURCES.txt
PySwitchbot.egg-info/dependency_links.txt
PySwitchbot.egg-info/requires.txt
PySwitchbot.egg-info/top_level.txt
switchbot/__init__.py
switchbot/adv_parser.py
switchbot/api_config.py
switchbot/discovery.py
switchbot/enum.py
switchbot/helpers.py
switchbot/models.py
switchbot/adv_parsers/__init__.py
switchbot/adv_parsers/air_purifier.py
switchbot/adv_parsers/blind_tilt.py
switchbot/adv_parsers/bot.py
switchbot/adv_parsers/bulb.py
switchbot/adv_parsers/ceiling_light.py
switchbot/adv_parsers/contact.py
switchbot/adv_parsers/curtain.py
switchbot/adv_parsers/fan.py
switchbot/adv_parsers/hub2.py
switchbot/adv_parsers/hubmini_matter.py
switchbot/adv_parsers/humidifier.py
switchbot/adv_parsers/keypad.py
switchbot/adv_parsers/leak.py
switchbot/adv_parsers/light_strip.py
switchbot/adv_parsers/lock.py
switchbot/adv_parsers/meter.py
switchbot/adv_parsers/motion.py
switchbot/adv_parsers/plug.py
switchbot/adv_parsers/relay_switch.py
switchbot/adv_parsers/remote.py
switchbot/adv_parsers/roller_shade.py
switchbot/adv_parsers/vacuum.py
switchbot/const/__init__.py
switchbot/const/air_purifier.py
switchbot/const/evaporative_humidifier.py
switchbot/const/fan.py
switchbot/const/hub2.py
switchbot/const/lock.py
switchbot/devices/__init__.py
switchbot/devices/air_purifier.py
switchbot/devices/base_cover.py
switchbot/devices/base_light.py
switchbot/devices/blind_tilt.py
switchbot/devices/bot.py
switchbot/devices/bulb.py
switchbot/devices/ceiling_light.py
switchbot/devices/contact.py
switchbot/devices/curtain.py
switchbot/devices/device.py
switchbot/devices/evaporative_humidifier.py
switchbot/devices/fan.py
switchbot/devices/humidifier.py
switchbot/devices/keypad.py
switchbot/devices/light_strip.py
switchbot/devices/lock.py
switchbot/devices/meter.py
switchbot/devices/motion.py
switchbot/devices/plug.py
switchbot/devices/relay_switch.py
switchbot/devices/roller_shade.py
switchbot/devices/vacuum.py
tests/test_adv_parser.py
tests/test_air_purifier.py
tests/test_base_cover.py
tests/test_blind_tilt.py
tests/test_curtain.py
tests/test_evaporative_humidifier.py
tests/test_fan.py
tests/test_hub2.py
tests/test_relay_switch.py
tests/test_roller_shade.py
tests/test_vacuum.py