Skip to content

Commit

Permalink
Merge pull request #74 from andacata/bugfix/73-evse_id_must_be_optional
Browse files Browse the repository at this point in the history
fix(ocpi-2.2.1) evseId must be optional
  • Loading branch information
lilgallon authored Jan 19, 2024
2 parents 34b9f03 + e96fe94 commit 4826e59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import java.time.Instant
@Partial
data class Evse(
val uid: CiString,
val evseId: CiString,
val evseId: CiString?,
val status: Status,
val statusSchedule: List<StatusSchedule>? = null,
val capabilities: List<Capability>? = null,
Expand Down

0 comments on commit 4826e59

Please sign in to comment.