-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add on_data_transfer handler to v201 chargepoint (#109)
* Fix union annotations for python<3.10 Signed-off-by: Kai-Uwe Hermann <[email protected]> --------- Signed-off-by: Valentin Dimov <[email protected]> Signed-off-by: Kai-Uwe Hermann <[email protected]> Co-authored-by: Kai-Uwe Hermann <[email protected]>
- Loading branch information
1 parent
4a5ce95
commit a054460
Showing
4 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
everest-testing/src/everest/testing/core_utils/_configuration/everest_environment_setup.py
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
2 changes: 2 additions & 0 deletions
2
...est-testing/src/everest/testing/core_utils/_configuration/libocpp_configuration_helper.py
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
from __future__ import annotations | ||
|
||
import json | ||
import sys | ||
from abc import ABC, abstractmethod | ||
|
1 change: 1 addition & 0 deletions
1
everest-testing/src/everest/testing/ocpp_utils/central_system.py
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