Skip to content

Commit

Permalink
v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Luiz committed Sep 16, 2024
1 parent 1a78786 commit 49c9a40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/modules/cs/index.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ public addConnectionListener(listener: ConnectionListener)
**Signature**

```ts
public async close(): Promise<void>
public async close(code?: number): Promise<void>
```

### closeConnection (method)

**Signature**

```ts
public async closeConnection(chargePointId: string): Promise<void>
public async closeConnection(chargePointId: string, code?: number): Promise<void>
```

### sendRequest (method)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@voltbras/ts-ocpp",
"description": "OCPP (Open Charge Point Protocol) implemented in Typescript",
"version": "2.13.1",
"version": "2.14.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/voltbras/ts-ocpp",
Expand Down

0 comments on commit 49c9a40

Please sign in to comment.