From 4ff82b6298a550267d97a7af51486cf73d1094e7 Mon Sep 17 00:00:00 2001 From: Jonathan Force Date: Mon, 19 Feb 2024 14:20:14 -0500 Subject: [PATCH] Introduce TimeInUse signal for ElectricMotor Signed-off-by: Jonathan Force --- spec/Powertrain/ElectricMotor.vspec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spec/Powertrain/ElectricMotor.vspec b/spec/Powertrain/ElectricMotor.vspec index 4c72ff9e7..37a05a362 100644 --- a/spec/Powertrain/ElectricMotor.vspec +++ b/spec/Powertrain/ElectricMotor.vspec @@ -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