-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Connectivity manager refactoring (#874)
* Add autoconnect option to connectivity manager and charge_point Signed-off-by: Marc Emmers <[email protected]> * Refactor init_websocket logic Signed-off-by: Marc Emmers <[email protected]> * Add check security profile while initializing the websocket Signed-off-by: Marc Emmers <[email protected]> * Some fixes with false connection to websocket Signed-off-by: Marc Emmers <[email protected]> * Move removal of invalid profiles to conn manager, also remove on reconnect Signed-off-by: Marc Emmers <[email protected]> * Add clearing of cache if security level increased Signed-off-by: Marc Emmers <[email protected]> * Refactor logic of connectivity manager Signed-off-by: Marc Emmers <[email protected]> * Change the start method parameters Signed-off-by: Marc Emmers <[email protected]> * Small fixes Signed-off-by: Marc Emmers <[email protected]> * Reorder functions a bit, move check for empty slots to connect() Signed-off-by: Marc Emmers <[email protected]> * Clean up of some changes we made, remove slot from confignetwork Signed-off-by: Marc Emmers <[email protected]> * Improve some logging Signed-off-by: Marc Emmers <[email protected]> * Improve const awareness Signed-off-by: Marc Emmers <[email protected]> * Fix linter issues Signed-off-by: Marc Emmers <[email protected]> * Fix review comments, allow interface to be nullopt Signed-off-by: Marc Emmers <[email protected]> --------- Signed-off-by: Marc Emmers <[email protected]> Co-authored-by: Ivan Rogach <[email protected]>
- Loading branch information
1 parent
173af8d
commit 9836ac4
Showing
5 changed files
with
409 additions
and
449 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.