fix cmdServer

This commit is contained in:
2019-07-08 12:28:55 +02:00
parent c6a340746a
commit 25bb774a5d
3 changed files with 6 additions and 3 deletions

View File

@ -5,4 +5,6 @@ class Config(object):
self.mqttBrokerPort = 1883
self.mqttLogin = ''
self.mqttPassword = ''
self.cmdAddress = '127.0.0.1'
self.cmdPort = 9999