Skip to content

Commit 27ec084

Browse files
committed
Initial Zaptec template
1 parent ae2d644 commit 27ec084

File tree

2 files changed

+554
-0
lines changed

2 files changed

+554
-0
lines changed

src/internals.ts

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import * as openevse from './templates/const_openevse';
77
import * as ocpp from './templates/const_ocpp';
88
import * as wallbox from './templates/const_wallbox';
99
import * as tesla_custom from './templates/const_tesla_custom';
10+
import * as zaptec_custom from './templates/const_zaptec';
1011

1112
export const CARDTEMPLATES:template[] = [
1213
easee.data,
@@ -16,6 +17,7 @@ export const CARDTEMPLATES:template[] = [
1617
ocpp.data,
1718
wallbox.data,
1819
tesla_custom.data,
20+
zaptec_custom.data,
1921
];
2022

2123

0 commit comments

Comments
 (0)