LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/TeleGen/__init__.py
src/TeleGen/actuators.py
src/TeleGen/binary_sensors.py
src/TeleGen/i2c_sensors.py
src/TeleGen/sensors.py
src/TeleGen/serial_sensors.py
src/TeleGen/telegen.py
src/TeleGen/static/socket.io.min.js
src/TeleGen/static/socket.io.min.js.map
src/TeleGen/static/style.css
src/TeleGen/static/images/TelegenLogo.png
src/TeleGen/static/images/favicon.png
src/TeleGen/templates/binary_sensor_create_settings.html
src/TeleGen/templates/boolean_sensor.html
src/TeleGen/templates/camera_sensor.html
src/TeleGen/templates/float_sensor.html
src/TeleGen/templates/gps_sensor.html
src/TeleGen/templates/home.html
src/TeleGen/templates/i2c_float_sensor.html
src/TeleGen/templates/i2c_integer_sensor.html
src/TeleGen/templates/i2c_sensor_create_settings.html
src/TeleGen/templates/integer_sensor.html
src/TeleGen/templates/led_actuator.html
src/TeleGen/templates/pin_sensor_create_settings.html
src/TeleGen/templates/relay_actuator.html
src/TeleGen/templates/serial_sensor_create_settings.html
src/telegen_iot.egg-info/PKG-INFO
src/telegen_iot.egg-info/SOURCES.txt
src/telegen_iot.egg-info/dependency_links.txt
src/telegen_iot.egg-info/entry_points.txt
src/telegen_iot.egg-info/requires.txt
src/telegen_iot.egg-info/top_level.txt
src/tests/__init__.py
src/tests/test_serial_sensors.py