repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
247659a
)
Remove unused OCPP version
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 25 Jul 2022 09:12:50 +0000
(11:12 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 25 Jul 2022 09:12:50 +0000
(11:12 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/types/ocpp/OCPPVersion.ts
patch
|
blob
|
blame
|
history
diff --git
a/src/types/ocpp/OCPPVersion.ts
b/src/types/ocpp/OCPPVersion.ts
index 85c615528e786743d0d37bff31e7507b15df9237..328ba2b4b6928b467240e2bd563f8bab035c79dc 100644
(file)
--- a/
src/types/ocpp/OCPPVersion.ts
+++ b/
src/types/ocpp/OCPPVersion.ts
@@
-1,6
+1,4
@@
export enum OCPPVersion {
- VERSION_12 = '1.2',
- VERSION_15 = '1.5',
VERSION_16 = '1.6',
VERSION_20 = '2.0',
}