Skip to content

Commit 7e0d30d

Browse files
committed
Fix IsFlapOpen
Fixes COVESA#774 Assumes it shall be an actuator as it may be opened from app/ui Signed-off-by: Erik Jaegervall <[email protected]>
1 parent c45a5bd commit 7e0d30d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/Powertrain/TractionBattery.vspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,8 @@ Charging.ChargingPort.SupportedInletTypes:
277277
For additional information see https://en.wikipedia.org/wiki/IEC_62196.
278278

279279
Charging.ChargingPort.IsFlapOpen:
280-
type: sensor
281-
datatype: boolean
282280
type: actuator
281+
datatype: boolean
283282
description: Status of the charging port flap(s).
284283
comment: True = at least one flap of this port is open, False = All flaps of this port are clossed.
285284

0 commit comments

Comments
 (0)