Skip to content

Commit

Permalink
fix evse_id and connector
Browse files Browse the repository at this point in the history
Signed-off-by: Soumya Subramanya <[email protected]>
  • Loading branch information
SNSubramanya committed Jan 8, 2024
1 parent 730c854 commit 10be612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/v201/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
},
{
"name": "Connector",
"evse_id": 1,
"connector_id": 2,
"evse_id": 2,
"connector_id": 1,
"variables": {
"ConnectorAvailable": {
"variable_name": "Available",
Expand Down

0 comments on commit 10be612

Please sign in to comment.