From 1e6a8433309e4caf768c965b983efa05382ada1a Mon Sep 17 00:00:00 2001 From: Nico Kroll Date: Fri, 12 Sep 2025 10:27:34 +0200 Subject: [PATCH] Added designations for any UI, to show --- src/v2/tpms.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/v2/tpms.yaml b/src/v2/tpms.yaml index 222b84a..e3a901c 100644 --- a/src/v2/tpms.yaml +++ b/src/v2/tpms.yaml @@ -1478,6 +1478,7 @@ components: - "Guid" - "GuidCustomerStorage" - "PositionDescription" + - "PositionDescriptionDesignation" properties: Guid: type: "string" @@ -1487,6 +1488,8 @@ components: readOnly: true PositionDescription: type: "string" + PositionDescriptionDesignation: + type: "string" GuidArticleTyre: type: "string" TyreDimension: @@ -1555,10 +1558,13 @@ components: type: "object" readOnly: true required: + - "Guid" - "Type" - "Designation" - "Axles" properties: + Guid: + type: "string" Type: type: "string" enum: @@ -1582,6 +1588,7 @@ components: - "IsDrivingAxle" - "IsReserveAxle" - "IsSteeringAxle" + - "Designation" - "Positions" properties: BlockNumberFrontToBack: @@ -1592,6 +1599,8 @@ components: type: "boolean" IsSteeringAxle: type: "boolean" + Designation: + type: "string" Positions: type: "array" items: @@ -1599,11 +1608,14 @@ components: required: - "BlockNumberLeftToRight" - "PositionDescription" + - "Designation" properties: BlockNumberLeftToRight: type: "integer" PositionDescription: type: "string" + Designation: + type: "string" ChassisNumber: type: "string" EgTypeApprovalNumber: