moved the py files to src

This commit is contained in:
Hristo Jelev
2020-04-29 01:29:41 +03:00
parent 20fb9cac7b
commit 06c8af54fe
2 changed files with 0 additions and 0 deletions

5
src/config.py.example Normal file
View File

@@ -0,0 +1,5 @@
mqtt_host = "192.168.0.13"
mqtt_user = "user"
mqtt_password = "password"
mqtt_port = "1883"
mqtt_topic_prefix = "topic"