Skip to content

Commit

Permalink
All-Terrain: add size info for the tire
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Schilling Landgraf <dlandgra@redhat.com>
  • Loading branch information
dougsland committed Sep 26, 2024
1 parent 57454a9 commit 958311a
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,32 @@ vspec:
vendor: "BFGoodrich"
model: "All-Terrain T/A KO2"
sensor_type: "WearIndicator"

size:
type: branch
description: "Tire size information for BFGoodrich All-Terrain T/A KO2"

children:
width:
type: attribute
datatype: integer
unit: "mm"
description: "Tire width for BFGoodrich All-Terrain T/A KO2"
min: 100
max: 500

aspect_ratio:
type: attribute
datatype: integer
unit: "percentage"
description: "Tire aspect ratio (height/width) for BFGoodrich All-Terrain T/A KO2"
min: 30
max: 90

rim_diameter:
type: attribute
datatype: float
unit: "inches"
description: "Rim diameter for BFGoodrich All-Terrain T/A KO2"
min: 10
max: 24

0 comments on commit 958311a

Please sign in to comment.