This commit is contained in:
2019-07-08 14:36:47 +01:00
parent 12f83d21ff
commit 58467d9c9d
4 changed files with 5 additions and 12 deletions

View File

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