Add MQTT state info

This commit is contained in:
polyfloyd 2022-10-21 21:24:52 +02:00
parent 7fa175e751
commit 2c3b68275c

View file

@ -45,7 +45,15 @@ class StatejsonHandler(tornado.web.RequestHandler):
'icon': {
'open': BASE_URL+'/open.png',
'closed': BASE_URL+'/closed.png',
}
},
'mqtt': {
'host': 'bitlair.nl',
'port': 1883,
'tls': False,
'topic': 'bitlair/state',
'closed': 'closed',
'open': 'open'
},
},
'issue_report_channels': [ 'twitter' ],
}