Skip to content

Commit

Permalink
Introduce TimeInUse 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 authored and erikbosch committed Mar 12, 2024
1 parent ca3959b commit 4ff82b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/Powertrain/ElectricMotor.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ Speed:
unit: rpm
description: Motor rotational speed measured as rotations per minute. Negative values indicate reverse driving mode.

TimeInUse:
datatype: float
type: sensor
description: Accumulated time during engine lifetime when the vehicule state's is 'READY'.
comment: Vehicles may define their READY state.
unit: h

#
# Motor temperature
Expand Down

0 comments on commit 4ff82b6

Please sign in to comment.