Skip to content

Commit

Permalink
fix(ocpi-2.2.1) evseId must be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
andacata committed Jan 19, 2024
1 parent 34b9f03 commit e96fe94
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 e96fe94

Please sign in to comment.