LICENSE
README.md
pyproject.toml
setup.cfg
aiohomematic/__init__.py
aiohomematic/async_support.py
aiohomematic/const.py
aiohomematic/context.py
aiohomematic/converter.py
aiohomematic/decorators.py
aiohomematic/exceptions.py
aiohomematic/hmcli.py
aiohomematic/py.typed
aiohomematic/support.py
aiohomematic/validator.py
aiohomematic.egg-info/PKG-INFO
aiohomematic.egg-info/SOURCES.txt
aiohomematic.egg-info/dependency_links.txt
aiohomematic.egg-info/requires.txt
aiohomematic.egg-info/top_level.txt
aiohomematic/caches/__init__.py
aiohomematic/caches/dynamic.py
aiohomematic/caches/persistent.py
aiohomematic/caches/visibility.py
aiohomematic/central/__init__.py
aiohomematic/central/decorators.py
aiohomematic/central/xml_rpc_server.py
aiohomematic/client/__init__.py
aiohomematic/client/json_rpc.py
aiohomematic/client/xml_rpc.py
aiohomematic/model/__init__.py
aiohomematic/model/data_point.py
aiohomematic/model/decorators.py
aiohomematic/model/device.py
aiohomematic/model/event.py
aiohomematic/model/support.py
aiohomematic/model/update.py
aiohomematic/model/calculated/__init__.py
aiohomematic/model/calculated/climate.py
aiohomematic/model/calculated/data_point.py
aiohomematic/model/calculated/operating_voltage_level.py
aiohomematic/model/calculated/support.py
aiohomematic/model/custom/__init__.py
aiohomematic/model/custom/climate.py
aiohomematic/model/custom/const.py
aiohomematic/model/custom/cover.py
aiohomematic/model/custom/data_point.py
aiohomematic/model/custom/definition.py
aiohomematic/model/custom/light.py
aiohomematic/model/custom/lock.py
aiohomematic/model/custom/siren.py
aiohomematic/model/custom/support.py
aiohomematic/model/custom/switch.py
aiohomematic/model/custom/valve.py
aiohomematic/model/generic/__init__.py
aiohomematic/model/generic/action.py
aiohomematic/model/generic/binary_sensor.py
aiohomematic/model/generic/button.py
aiohomematic/model/generic/data_point.py
aiohomematic/model/generic/number.py
aiohomematic/model/generic/select.py
aiohomematic/model/generic/sensor.py
aiohomematic/model/generic/switch.py
aiohomematic/model/generic/text.py
aiohomematic/model/hub/__init__.py
aiohomematic/model/hub/binary_sensor.py
aiohomematic/model/hub/button.py
aiohomematic/model/hub/data_point.py
aiohomematic/model/hub/number.py
aiohomematic/model/hub/select.py
aiohomematic/model/hub/sensor.py
aiohomematic/model/hub/switch.py
aiohomematic/model/hub/text.py
aiohomematic/rega_scripts/fetch_all_device_data.fn
aiohomematic/rega_scripts/get_program_descriptions.fn
aiohomematic/rega_scripts/get_serial.fn
aiohomematic/rega_scripts/get_system_variable_descriptions.fn
aiohomematic/rega_scripts/set_program_state.fn
aiohomematic/rega_scripts/set_system_variable.fn
aiohomematic_support/__init__.py
aiohomematic_support/client_local.py
tests/test_action.py
tests/test_binary_sensor.py
tests/test_button.py
tests/test_calculated_support.py
tests/test_central.py
tests/test_central_pydevccu.py
tests/test_climate.py
tests/test_cover.py
tests/test_decorator.py
tests/test_device.py
tests/test_entity.py
tests/test_event.py
tests/test_json_rpc.py
tests/test_light.py
tests/test_lock.py
tests/test_number.py
tests/test_select.py
tests/test_sensor.py
tests/test_siren.py
tests/test_support.py
tests/test_switch.py
tests/test_text.py
tests/test_valve.py