Skip to content

Commit

Permalink
Fix IsFlapOpen
Browse files Browse the repository at this point in the history
Fixes #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 17, 2024
1 parent c45a5bd commit 7e0d30d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/Powertrain/TractionBattery.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,8 @@ 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.

Expand Down

0 comments on commit 7e0d30d

Please sign in to comment.