Skip to content

Commit

Permalink
API: fix documentation for legacy enable/disable
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Barsnick <moritz.barsnick@chargebyte.com>
  • Loading branch information
barsnick committed Oct 28, 2024
1 parent 1e06aaa commit b4b16a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/API/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ It will actually call the following command on everest_api/evse_manager/cmd/enab
{
"connector_id": 1,
"source": "LocalAPI",
"state": "enable",
"priority": 0
"state": "Enable",
"priority": 100
}
```

Expand All @@ -230,8 +230,8 @@ It will actually call the following command on everest_api/evse_manager/cmd/enab
{
"connector_id": 1,
"source": "LocalAPI",
"state": "disable",
"priority": 0
"state": "Disable",
"priority": 100
}
```

Expand Down

0 comments on commit b4b16a0

Please sign in to comment.