Skip to content

Commit

Permalink
Merge pull request #61 from aunefyren/master
Browse files Browse the repository at this point in the history
Add initial Zaptec template for testing
  • Loading branch information
tmjo authored Mar 1, 2024
2 parents ae2d644 + 27ec084 commit bff5061
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 bff5061

Please sign in to comment.