mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
remove mqtt leftover
This commit is contained in:
@@ -65,9 +65,6 @@ require('./lib/server/bootevent')(env, language).boot(function booted (ctx) {
|
||||
|
||||
ctx.bus.on('notification', function(notify) {
|
||||
websocket.emitNotification(notify);
|
||||
if (ctx.mqtt) {
|
||||
ctx.mqtt.emitNotification(notify);
|
||||
}
|
||||
});
|
||||
|
||||
//after startup if there are no alarms send all clear
|
||||
|
||||
Reference in New Issue
Block a user