MapboxEvPlatformClient

Functions

Link copied to clipboard
abstract suspend fun getCDRs(param: String): Either<MapboxEVPlatformError, CDRSResponse>
Link copied to clipboard
abstract suspend fun getSessionStatus(countryCode: String, partyId: String, sessionId: String): Either<MapboxEVPlatformError, SessionResponse>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun startSession(locationId: String, evseId: String): Either<MapboxEVPlatformError, SessionCommandResponse>
Link copied to clipboard