Skip to content

Commit c6a18e1

Browse files
committed
Remove deprecated signals as prep for v5.0
Removing all signals that were deprecated in some 4.X version Keeping OBD signals as they have been agreed to be deprecated but kept in v5.0 Signed-off-by: Erik Jaegervall <[email protected]>
1 parent c45a5bd commit c6a18e1

File tree

4 files changed

+0
-161
lines changed

4 files changed

+0
-161
lines changed

spec/Body/Body.vspec

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ BodyType:
1515
type: attribute
1616
description: Body type code as defined by ISO 3779.
1717

18-
RefuelPosition:
19-
deprecation: v4.1 replaced with Vehicle.Powertrain.TractionBattery.Charging.ChargePortPosition
20-
and Vehicle.Powertrain.FuelSystem.RefuelPortPosition
21-
datatype: string
22-
type: attribute
23-
allowed: ['FRONT_LEFT', 'FRONT_RIGHT', 'MIDDLE_LEFT', 'MIDDLE_RIGHT', 'REAR_LEFT', 'REAR_RIGHT']
24-
description: Location of the fuel cap or charge port.
25-
2618
#
2719
# Hood description
2820
#

spec/Cabin/Seat.vspec

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ SeatBeltHeight:
4949
description: Seat belt position on vehicle z-axis.
5050
Position is relative within available movable range of the seat belt.
5151
0 = Lowermost position supported.
52-
Heating:
53-
deprecation: v4.1 replaced with HeatingCooling
54-
datatype: int8
55-
type: actuator
56-
min: -100
57-
max: 100
58-
unit: percent
59-
description: Seat cooling / heating. 0 = off. -100 = max cold. +100 = max heat.
6052

6153
#include include/ItemHeatingCooling.vspec
6254

spec/Powertrain/TractionBattery.vspec

Lines changed: 0 additions & 137 deletions
Original file line numberDiff line numberDiff line change
@@ -331,143 +331,6 @@ Charging.MaximumChargingCurrent.Phase3:
331331
unit: A
332332
description: Maximum AC charging current (rms) at inlet for Phase 3 that can be accepted by the system.
333333

334-
Charging.ChargePortFlap:
335-
deprecation: V4.1 - Replaced with Charging.IsChargePortFlapOpen
336-
datatype: string
337-
type: actuator
338-
allowed: ['OPEN', 'CLOSED']
339-
description: Status of the charge port cover(s), can potentially be controlled manually.
340-
OPEN if at least one is open.
341-
342-
Charging.IsChargePortFlapOpen:
343-
deprecation: V4.3 - Replaced with Charging.ChargingPort.<SomeInstance>.IsFlapOpen to allow multiple charging ports.
344-
datatype: boolean
345-
type: actuator
346-
description: Status of the charge port flap(s), can potentially be controlled manually.
347-
True if at least one is open.
348-
349-
Charging.IsChargingCableConnected:
350-
deprecation: V4.3 - Replaced with Charging.ChargingPort.<SomeInstance>.IsChargingCableConnected to allow multiple charging ports.
351-
datatype: boolean
352-
type: sensor
353-
description: Indicates if a charging cable is physically connected to the vehicle or not.
354-
355-
Charging.IsChargingCableLocked:
356-
deprecation: V4.3 - Replaced with Charging.ChargingPort.<SomeInstance>.IsChargingCableLocked to allow multiple charging ports.
357-
datatype: boolean
358-
type: actuator
359-
description: Is charging cable locked to prevent removal.
360-
comment: Locking of charging cable can be used to prevent unintentional removing during charging.
361-
362-
Charging.ChargePlugType:
363-
deprecation: V4.1 renamed to Charging.ChargePortType
364-
datatype: string[]
365-
type: attribute
366-
allowed: [
367-
'IEC_TYPE_1_AC',
368-
'IEC_TYPE_2_AC',
369-
'IEC_TYPE_3_AC',
370-
'IEC_TYPE_4_DC',
371-
'IEC_TYPE_1_CCS_DC',
372-
'IEC_TYPE_2_CCS_DC',
373-
'TESLA_ROADSTER',
374-
'TESLA_HPWC',
375-
'TESLA_SUPERCHARGER',
376-
'GBT_AC',
377-
'GBT_DC',
378-
'OTHER'
379-
]
380-
description: Type of charge plugs (charging inlet) available on the vehicle.
381-
A charge plug type may occur multiple times in the list if there are multiple instances of that charge
382-
plug type.
383-
IEC types refer to IEC 62196, GBT refers to GB/T 20234.
384-
comment: A vehicle may have multiple charging inlets.
385-
The signal Charging.ChargePlugPosition can be used to indicate position of the charge plug.
386-
IEC_TYPE_1_AC refers to Type 1 as defined in IEC 62196-2. Also known as Yazaki or J1772 connector.
387-
IEC_TYPE_2_AC refers to Type 2 as defined in IEC 62196-2. Also known as Mennekes connector.
388-
IEC_TYPE_3_AC refers to Type 3 as defined in IEC 62196-2. Also known as Scame connector.
389-
IEC_TYPE_4_DC refers to AA configuration as defined in IEC 62196-3. Also known as Type 4 or CHAdeMO connector.
390-
IEC_TYPE_1_CCS_DC refers to EE Configuration as defined in IEC 62196-3. Also known as CCS1 or Combo1 connector.
391-
IEC_TYPE_2_CCS_DC refers to FF Configuration as defined in IEC 62196-3. Also known as CCS2 or Combo2 connector.
392-
TESLA_ROADSTER, TESLA_HPWC (High Power Wall Connector) and TESLA_SUPERCHARGER refer to non-standardized charging
393-
inlets/methods used by Tesla.
394-
GBT_AC refers to connector specified in GB/T 20234.2.
395-
GBT_DC refers to connector specified in GB/T 20234.3. Also specified as BB Configuration in IEC 62196-3.
396-
OTHER shall be used if the vehicle has a charging connector, but not one of the connectors listed above.
397-
For additional information see https://en.wikipedia.org/wiki/IEC_62196.
398-
399-
Charging.ChargePortType:
400-
deprecation: V4.3 - Replaced with Charging.ChargingPort.<SomeInstance>.SupportedInletTypes to allow multiple charging ports.
401-
datatype: string[]
402-
type: attribute
403-
allowed: [
404-
'IEC_TYPE_1_AC',
405-
'IEC_TYPE_2_AC',
406-
'IEC_TYPE_3_AC',
407-
'IEC_TYPE_4_DC',
408-
'IEC_TYPE_1_CCS_DC',
409-
'IEC_TYPE_2_CCS_DC',
410-
'TESLA_ROADSTER',
411-
'TESLA_HPWC',
412-
'TESLA_SUPERCHARGER',
413-
'GBT_AC',
414-
'GBT_DC',
415-
'OTHER'
416-
]
417-
description: Type of charge ports (charging inlet) available on the vehicle.
418-
A charge port type may occur multiple times in the list if there are multiple instances of that charge
419-
port type.
420-
IEC types refer to IEC 62196, GBT refers to GB/T 20234.
421-
comment: A vehicle may have multiple charging ports.
422-
The signal Charging.ChargePortPosition can be used to indicate position of the charge port.
423-
IEC_TYPE_1_AC refers to Type 1 as defined in IEC 62196-2. Also known as Yazaki or J1772 connector.
424-
IEC_TYPE_2_AC refers to Type 2 as defined in IEC 62196-2. Also known as Mennekes connector.
425-
IEC_TYPE_3_AC refers to Type 3 as defined in IEC 62196-2. Also known as Scame connector.
426-
IEC_TYPE_4_DC refers to AA configuration as defined in IEC 62196-3. Also known as Type 4 or CHAdeMO connector.
427-
IEC_TYPE_1_CCS_DC refers to EE Configuration as defined in IEC 62196-3. Also known as CCS1 or Combo1 connector.
428-
IEC_TYPE_2_CCS_DC refers to FF Configuration as defined in IEC 62196-3. Also known as CCS2 or Combo2 connector.
429-
TESLA_ROADSTER, TESLA_HPWC (High Power Wall Connector) and TESLA_SUPERCHARGER refer to non-standardized charging
430-
ports/methods used by Tesla.
431-
GBT_AC refers to connector specified in GB/T 20234.2.
432-
GBT_DC refers to connector specified in GB/T 20234.3. Also specified as BB Configuration in IEC 62196-3.
433-
OTHER shall be used for charging ports not included in the list above.
434-
For additional information see https://en.wikipedia.org/wiki/IEC_62196.
435-
436-
Charging.ChargePortPosition:
437-
deprecation: V4.3 - Multiple charging ports are supported by instantiation of the branch Charging.ChargingPort. The label used in the instantiation refers to the position. For example, Charging.ChargingPort.<FRONT_LEFT>.
438-
datatype: string[]
439-
type: attribute
440-
allowed: ['FRONT_LEFT', 'FRONT_MIDDLE', 'FRONT_RIGHT',
441-
'REAR_LEFT', 'REAR_MIDDLE', 'REAR_RIGHT',
442-
'LEFT_FRONT', 'LEFT_MIDDLE', 'LEFT_REAR',
443-
'RIGHT_FRONT', 'RIGHT_MIDDLE', 'RIGHT_REAR']
444-
description: Location of the charge port(s).
445-
First part indicates side of vehicle, second part relative position on that side.
446-
If supported, the list in this attribute shall have the same length as Charging.ChargePortType,
447-
and use same the relative order.
448-
comment: Example - If this signal is [LEFT_FRONT, RIGHT_FRONT] and Charging.ChargePortType is
449-
[IEC_TYPE_2_AC, GBT_AC] that means that there is Mennekes port on the left side of the vehicle near
450-
the front, and a GB/T AC port on the right side, near the front.
451-
452-
Charging.Mode:
453-
datatype: string
454-
type: actuator
455-
allowed: ['DEACTIVATED', 'AUTOMATIC', 'TRIGGERED', 'TIMER', 'PROFILE', 'EXTERNAL_ENTITY', 'MANUAL', 'GRID']
456-
description: Describes how the charging process is controlled.
457-
DEACTIVATED means that charging and discharging is deactivated, nothing will happen if charger is connected.
458-
AUTOMATIC means charging will be initiated as soon as charger is connected.
459-
TRIGGERED means charging will be initiated when triggered by user.
460-
TIMER means charging is timer-based.
461-
PROFILE means charging is controlled by profile downloaded to vehicle.
462-
EXTERNAL_ENTITY means charging/discharging is controlled by the external entity connected to the vehicle.
463-
This includes GRID-controlled charging (e.g. ISO 15118), but also other cases where vehicle is
464-
connected to an arbitrary load that is powered by the vehicle.
465-
MANUAL means manually initiated (plug-in event, companion app, etc).
466-
GRID means grid-controlled (e.g. ISO 15118).
467-
deprecation: V4.1 - MANUAL and GRID are deprecated, please use AUTOMATIC/TRIGGERED or EXTERNAL_ENITY instead.
468-
comment: EXTERNAL_ENTITY is the only mode where discharge may occur.
469-
The mechanism to provide a profile to the vehicle is currently not covered by VSS.
470-
471334
Charging.IsCharging:
472335
datatype: boolean
473336
type: sensor

spec/Vehicle/Vehicle.vspec

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -396,14 +396,6 @@ Height:
396396
unit: mm
397397
description: Overall vehicle height.
398398

399-
Width:
400-
deprecation: v4.1 replaced with WidthExcludingMirrors and WidthIncludingMirrors
401-
datatype: uint16
402-
type: attribute
403-
default: 0
404-
unit: mm
405-
description: Overall vehicle width.
406-
407399
WidthExcludingMirrors:
408400
datatype: uint16
409401
type: attribute

0 commit comments

Comments
 (0)