.coveragerc
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.py
shc/__init__.py
shc/base.py
shc/conversion.py
shc/datatypes.py
shc/expressions.py
shc/misc.py
shc/py.typed
shc/supervisor.py
shc/timer.py
shc/variables.py
shc/interfaces/__init__.py
shc/interfaces/dmx.py
shc/interfaces/knx.py
shc/persistence/__init__.py
shc/persistence/widgets.py
shc/utils/__init__.py
shc/utils/generate_knx_group_variables.py
shc/web/__init__.py
shc/web/widgets.py
shc/web/static/iro.min.js
shc/web/static/jquery-3.5.1.min.js
shc/web/static/jquery-3.min.js
shc/web/static/main.css
shc/web/static/main.js
shc/web/static/prism.png
shc/web/static/semantic-ui/LICENSE.md
shc/web/static/semantic-ui/README.md
shc/web/static/semantic-ui/semantic.min.css
shc/web/static/semantic-ui/semantic.min.js
shc/web/static/semantic-ui/themes/basic/assets/fonts/icons.eot
shc/web/static/semantic-ui/themes/basic/assets/fonts/icons.svg
shc/web/static/semantic-ui/themes/basic/assets/fonts/icons.ttf
shc/web/static/semantic-ui/themes/basic/assets/fonts/icons.woff
shc/web/static/semantic-ui/themes/default/assets/fonts/brand-icons.eot
shc/web/static/semantic-ui/themes/default/assets/fonts/brand-icons.svg
shc/web/static/semantic-ui/themes/default/assets/fonts/brand-icons.ttf
shc/web/static/semantic-ui/themes/default/assets/fonts/brand-icons.woff
shc/web/static/semantic-ui/themes/default/assets/fonts/brand-icons.woff2
shc/web/static/semantic-ui/themes/default/assets/fonts/icons.eot
shc/web/static/semantic-ui/themes/default/assets/fonts/icons.svg
shc/web/static/semantic-ui/themes/default/assets/fonts/icons.ttf
shc/web/static/semantic-ui/themes/default/assets/fonts/icons.woff
shc/web/static/semantic-ui/themes/default/assets/fonts/icons.woff2
shc/web/static/semantic-ui/themes/default/assets/fonts/outline-icons.eot
shc/web/static/semantic-ui/themes/default/assets/fonts/outline-icons.svg
shc/web/static/semantic-ui/themes/default/assets/fonts/outline-icons.ttf
shc/web/static/semantic-ui/themes/default/assets/fonts/outline-icons.woff
shc/web/static/semantic-ui/themes/default/assets/fonts/outline-icons.woff2
shc/web/static/semantic-ui/themes/default/assets/images/flags.png
shc/web/static/semantic-ui/themes/github/assets/fonts/octicons-local.ttf
shc/web/static/semantic-ui/themes/github/assets/fonts/octicons.svg
shc/web/static/semantic-ui/themes/github/assets/fonts/octicons.ttf
shc/web/static/semantic-ui/themes/github/assets/fonts/octicons.woff
shc/web/static/semantic-ui/themes/material/assets/fonts/icons.eot
shc/web/static/semantic-ui/themes/material/assets/fonts/icons.svg
shc/web/static/semantic-ui/themes/material/assets/fonts/icons.ttf
shc/web/static/semantic-ui/themes/material/assets/fonts/icons.woff
shc/web/static/semantic-ui/themes/material/assets/fonts/icons.woff2
shc/web/templates/buttons.inc.htm
shc/web/templates/page.htm
shc/web/templates/widgets/buttongroup.htm
shc/web/templates/widgets/colorchoser.htm
shc/web/templates/widgets/hiderowbox.htm
shc/web/templates/widgets/imagemap.htm
shc/web/templates/widgets/select.htm
shc/web/templates/widgets/slider.htm
shc/web/templates/widgets/switch.htm
shc/web/templates/widgets/textdisplay.htm
shc/web/templates/widgets/textinput.htm
smarthomeconnect.egg-info/PKG-INFO
smarthomeconnect.egg-info/SOURCES.txt
smarthomeconnect.egg-info/dependency_links.txt
smarthomeconnect.egg-info/requires.txt
smarthomeconnect.egg-info/top_level.txt
test/__init__.py
test/_helper.py
test/test_base.py
test/test_examples.py
test/test_expressions.py
test/test_timer.py
test/test_variables.py
test/test_web.py