Skip to content

Commit

Permalink
Add SteeringWheel.Heating
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Jul 13, 2023
1 parent 55d7040 commit af68fa8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/Chassis/Chassis.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,14 @@ SteeringWheel.Extension:
unit: percent
description: Steering wheel column extension from dashboard. 0 = Closest to dashboard. 100 = Furthest from dashboard.

SteeringWheel.Heating:
datatype: int8
type: actuator
min: -100
max: 100
unit: percent
description: Steering wheel heating. -100 = Maximum cooling, 0 = Temperate control off, 100 = Maximum heating.

#
# Accelerator
#
Expand Down
13 changes: 13 additions & 0 deletions spec/include/ItemTemperatureControl.vspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#
# All files and artifacts in this repository are licensed under the
# provisions of the license provided by the LICENSE file in this repository.
#


TemperatureControl:
datatype: int8
type: actuator
min: -100
max: 100
unit: percent
description: Item temperature control. -100 = Maximum cooling, 0 = Temperate control off, 100 = Maximum heating.

0 comments on commit af68fa8

Please sign in to comment.