Models for responses of api/v1/charging/vin/profiles endpoint.

ChargingProfile dataclass

Bases: DataClassORJSONMixin

Charging profile definition.

Config

Bases: BaseConfig

Configuration for serialization and deserialization..

ChargingProfiles dataclass

Bases: BaseResponse

Information related to location bound charging settings for an EV.

ChargingTimers dataclass

Bases: DataClassORJSONMixin

Timers for a Charging location.

Config

Bases: BaseConfig

Configuration for serialization and deserialization..

__post_serialize__(d)

Post-process the data before serialization.

ChargingTimes dataclass

Bases: DataClassORJSONMixin

Times a charging profile can be active.

Config

Bases: BaseConfig

Configuration for serialization and deserialization..

__post_serialize__(d)

Post-process the data before serialization.

CurrentProfile dataclass

Bases: DataClassORJSONMixin

Information on the currently active charging profile.

MinBatterySOC dataclass

Bases: DataClassORJSONMixin

Settings for minimal battery SOC.

Config

Bases: BaseConfig

Configuration for serialization and deserialization..

ProfileSettings dataclass

Bases: DataClassORJSONMixin

Settings for a Charging location/Profile.

Config

Bases: BaseConfig

Configuration for serialization and deserialization..