Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align Temperature Signals #676

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions spec/Powertrain/CombustionEngine.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ IdleHours:
# Engine coolant temperature
#
ECT:
datatype: int16
datatype: float
type: sensor
unit: celsius
description: Engine coolant temperature.
Expand All @@ -163,7 +163,7 @@ ECT:
# Engine Oil Temperature
#
EOT:
datatype: int16
datatype: float
type: sensor
unit: celsius
description: Engine oil temperature.
Expand Down
4 changes: 2 additions & 2 deletions spec/Powertrain/ElectricMotor.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Speed:
# Motor temperature
#
Temperature:
datatype: int16
datatype: float
type: sensor
unit: celsius
description: Motor temperature.
Expand All @@ -67,7 +67,7 @@ Temperature:
# Motor coolant temperature (if applicable)
#
CoolantTemperature:
datatype: int16
datatype: float
type: sensor
unit: celsius
description: Motor coolant temperature (if applicable).
Expand Down
2 changes: 1 addition & 1 deletion spec/Powertrain/Transmission.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GearChangeMode:
# Gearbox temperature
#
Temperature:
datatype: int16
datatype: float
type: sensor
unit: celsius
description: The current gearbox temperature.
Expand Down