ChargingSessionUseCase

Constructors

Link copied to clipboard
constructor(evCoreClient: EVCoreClient)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun getCdr(): GetCdrState
Link copied to clipboard
suspend fun getSessionState(): Flow<GetSessionState>
Link copied to clipboard
suspend operator fun invoke(locationId: String, portId: String): Flow<StartSessionState>
Link copied to clipboard
suspend fun stopSession(): Flow<StopSessionState>