LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
somfy_protect_api/__init__.py
somfy_protect_api.egg-info/PKG-INFO
somfy_protect_api.egg-info/SOURCES.txt
somfy_protect_api.egg-info/dependency_links.txt
somfy_protect_api.egg-info/requires.txt
somfy_protect_api.egg-info/top_level.txt
somfy_protect_api/api/__init__.py
somfy_protect_api/api/log.py
somfy_protect_api/api/model.py
somfy_protect_api/api/somfy_protect_api.py
somfy_protect_api/api/devices/__init__.py
somfy_protect_api/api/devices/base.py
somfy_protect_api/api/devices/category.py
somfy_protect_api/api/devices/indoor_camera.py
somfy_protect_api/api/devices/indoor_siren.py
somfy_protect_api/api/devices/infrared_sensor.py
somfy_protect_api/api/devices/intellitag.py
somfy_protect_api/api/devices/key_fob.py
somfy_protect_api/api/devices/link.py
somfy_protect_api/api/devices/outdoor_camera.py
somfy_protect_api/api/devices/outdoor_siren.py
tests/__init__.py
tests/test_somfy.py