prepare application

This commit is contained in:
2019-07-08 12:12:13 +02:00
parent 756ba2175d
commit 04c1d777e4
12 changed files with 446 additions and 415 deletions

8
src/Config.py Normal file
View File

@ -0,0 +1,8 @@
class Config(object):
def __init__(self):
self.mqttBrokerHost = '127.0.0.1'
self.mqttBrokerPort = 1883
self.mqttLogin = ''
self.mqttPassword = ''