Skip to content

Commit

Permalink
Fix IsFlapOpen
Browse files Browse the repository at this point in the history
Fixes COVESA#774

Assumes it shall be an actuator as it may be opened from app/ui

Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Sep 19, 2024
1 parent bc15bfb commit d397f92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/Powertrain/TractionBattery.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,10 @@ Charging.ChargingPort.SupportedInletTypes:
For additional information see https://en.wikipedia.org/wiki/IEC_62196.

Charging.ChargingPort.IsFlapOpen:
type: sensor
datatype: boolean
type: actuator
datatype: boolean
description: Status of the charging port flap(s).
comment: True = at least one flap of this port is open, False = All flaps of this port are clossed.
comment: True = at least one flap of this port is open, False = All flaps of this port are closed.

Charging.ChargingPort.IsChargingCableConnected:
datatype: boolean
Expand Down

0 comments on commit d397f92

Please sign in to comment.