Skip to content

Commit

Permalink
💅 Change the text on the CSMS override UI to be more meaningful
Browse files Browse the repository at this point in the history
To be consistent with OCPP 2.0.1, the "External Limits" should be used for a
local EMS or other controller. However, we have the CSMS now send limits from
two sources - MIDAS or the CSMS' internal operation. Both of them are sent as
`ChargingStationMaxProfile`. Changing the "CSMS internal operation" label to be
more meaningful.

Signed-off-by: Shankari <[email protected]>
  • Loading branch information
Shankari committed Jan 15, 2025
1 parent c73933a commit 88b2b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodered/config/config-sil-iso15118-ac-flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,11 @@
{
"id": "0e8d234f60b178a8",
"type": "ui_group",
"name": "External Limits",
"name": "Charging Network Limit",
"tab": "d3ada9fa4cf6ac53",
"order": 4,
"disp": true,
"width": 6,
"width": "6",
"collapse": false,
"className": ""
},
Expand Down

0 comments on commit 88b2b1f

Please sign in to comment.