From de38d20777993ac88ffb695ff8bdc0e83d830d2f Mon Sep 17 00:00:00 2001 From: Erik Jaegervall Date: Mon, 10 Jul 2023 14:59:07 +0200 Subject: [PATCH] Add SeatBeltHeight Signed-off-by: Erik Jaegervall --- spec/Cabin/SingleSeat.vspec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spec/Cabin/SingleSeat.vspec b/spec/Cabin/SingleSeat.vspec index c24482c1d..0e10a4949 100644 --- a/spec/Cabin/SingleSeat.vspec +++ b/spec/Cabin/SingleSeat.vspec @@ -43,6 +43,13 @@ IsBelted: type: sensor description: Is the belt engaged. +SeatBeltHeight: + datatype: uint16 + type: actuator + unit: mm + description: Seat belt position on vehicle z-axis. + Position is relative within available movable range of the seat belt. + 0 = Lowermost position supported. Heating: datatype: int8 type: actuator