EvStatus

@CarProtocol
@ExperimentalCarApi
class EvStatus


Information about EV car port status

Summary

Nested types

A builder of EvStatus.

Public functions

Boolean
equals(other: Any?)
CarValue<Boolean!>

Returns a CarValue to indicate if the EV charge port is connected.

CarValue<Boolean!>

Returns a CarValue to indicate if the EV charge port is open.

Int
String

Public functions

equals

Added in 1.4.0-rc02
fun equals(other: Any?): Boolean

getEvChargePortConnected

Added in 1.2.0
fun getEvChargePortConnected(): CarValue<Boolean!>

Returns a CarValue to indicate if the EV charge port is connected.

getEvChargePortOpen

Added in 1.2.0
fun getEvChargePortOpen(): CarValue<Boolean!>

Returns a CarValue to indicate if the EV charge port is open.

hashCode

Added in 1.4.0-rc02
fun hashCode(): Int

toString

Added in 1.4.0-rc02
fun toString(): String