type property

String? type
getter/setter pair

The connector type of this aggregation. Possible string values are:

  • "EV_CONNECTOR_TYPE_UNSPECIFIED" : Unspecified connector.
  • "EV_CONNECTOR_TYPE_OTHER" : Other connector types.
  • "EV_CONNECTOR_TYPE_J1772" : J1772 type 1 connector.
  • "EV_CONNECTOR_TYPE_TYPE_2" : IEC 62196 type 2 connector. Often referred to as MENNEKES.
  • "EV_CONNECTOR_TYPE_CHADEMO" : CHAdeMO type connector.
  • "EV_CONNECTOR_TYPE_CCS_COMBO_1" : Combined Charging System (AC and DC). Based on SAE. Type-1 J-1772 connector
  • "EV_CONNECTOR_TYPE_CCS_COMBO_2" : Combined Charging System (AC and DC). Based on Type-2 Mennekes connector
  • "EV_CONNECTOR_TYPE_TESLA" : The generic TESLA connector. This is NACS in the North America but can be non-NACS in other parts of the world (e.g. CCS Combo 2 (CCS2) or GB/T). This value is less representative of an actual connector type, and more represents the ability to charge a Tesla brand vehicle at a Tesla owned charging station.
  • "EV_CONNECTOR_TYPE_UNSPECIFIED_GB_T" : GB/T type corresponds to the GB/T standard in China. This type covers all GB_T types.
  • "EV_CONNECTOR_TYPE_UNSPECIFIED_WALL_OUTLET" : Unspecified wall outlet.

Implementation

core.String? type;