Skip to content

Commit 96944d9

Browse files
markushxnashif
authored andcommitted
net: ocpp: Change Current.OfferedMaximum to Current.Offered
According to <https://openchargealliance.org/wp-content/uploads/2025/04/OCPP_1.6_documentation.zip> the Measurand value is called Current.Offered (Maximum current offered to EV). Signed-off-by: Markus Becker <[email protected]>
1 parent ca556db commit 96944d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/lib/ocpp/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static struct {
2121
FILL_METER_TABLE(OCPP_OMM_CURRENT_TO_EV,
2222
"Current.Import", "A"),
2323
FILL_METER_TABLE(OCPP_OMM_CURRENT_MAX_OFFERED_TO_EV,
24-
"Current.OfferedMaximum", "A"),
24+
"Current.Offered", "A"),
2525
FILL_METER_TABLE(OCPP_OMM_ACTIVE_ENERGY_FROM_EV,
2626
"Energy.Active.Export.Register", "Wh"),
2727
FILL_METER_TABLE(OCPP_OMM_ACTIVE_ENERGY_TO_EV,

0 commit comments

Comments
 (0)