Skip to content

Commit

Permalink
close aymen-mouelhi#33 get connected clients
Browse files Browse the repository at this point in the history
  • Loading branch information
aymen-mouelhi committed Aug 5, 2017
1 parent b0f1226 commit ab57208
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entities/CentralSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ class CentralSystem{
});
}

getOnlineChargePoints(){
return this.clients;
}

_getClientByEndpoint(endpoint){
var soapClient = this.clients.filter(function(client){
return client.endpoint === endpoint;
Expand Down

0 comments on commit ab57208

Please sign in to comment.