Skip to content

Commit

Permalink
Emit an event when piped providers have been started (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored and tkurki committed Nov 27, 2016
1 parent 8f3a623 commit 46077ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pipedproviders.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module.exports = function(app) {
app.signalk.addDelta(data);
}
});
app.emit("pipedProvidersStarted", providerConfig)
return result;
}

Expand Down

0 comments on commit 46077ed

Please sign in to comment.