Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions spec/Powertrain/Transmission.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@ TravelledDistance:
unit: km
description: Odometer reading, total distance travelled during the lifetime of the transmission.

#
# Actual Gear
#

ActualGear:
type: sensor
datatype: int8
description: Actual transmission gear currently engaged. 0 = neutral, 1-15 = gear number.

ActualGearRatio:
type: sensor
datatype: float
description: Actual transmission gear ratio.

#
# Current gear
#
Expand Down