Skip to content

Commit

Permalink
Initial Zaptec template
Browse files Browse the repository at this point in the history
  • Loading branch information
aunefyren committed Jan 2, 2024
1 parent ae2d644 commit 27ec084
Show file tree
Hide file tree
Showing 2 changed files with 554 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/internals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import * as openevse from './templates/const_openevse';
import * as ocpp from './templates/const_ocpp';
import * as wallbox from './templates/const_wallbox';
import * as tesla_custom from './templates/const_tesla_custom';
import * as zaptec_custom from './templates/const_zaptec';

export const CARDTEMPLATES:template[] = [
easee.data,
Expand All @@ -16,6 +17,7 @@ export const CARDTEMPLATES:template[] = [
ocpp.data,
wallbox.data,
tesla_custom.data,
zaptec_custom.data,
];


Expand Down
Loading

0 comments on commit 27ec084

Please sign in to comment.