Skip to content

Commit

Permalink
Introduce EngineHours signal for ElectricMotor
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Force <[email protected]>
  • Loading branch information
JonathanForce committed Feb 20, 2024
1 parent f28c3e7 commit bf0a3a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/Powertrain/ElectricMotor.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ Speed:
unit: rpm
description: Motor rotational speed measured as rotations per minute. Negative values indicate reverse driving mode.

EngineHours:
datatype: float
type: sensor
description: Accumulated time during engine lifetime with 'engine speed (rpm) > 0'.
unit: h

#
# Motor temperature
Expand Down

0 comments on commit bf0a3a5

Please sign in to comment.