config switch for modbus debugging

This commit is contained in:
2019-07-15 15:24:23 +02:00
parent 9f6f449c5a
commit d89d705b76
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,7 @@
class Config(object):
def __init__(self):
self.logFile = '/tmp/mbm.log'
self.modbusDebug = False
self.mqttBrokerHost = '172.16.2.16'
self.mqttBrokerPort = 1883
self.mqttLogin = ''