From 30c158133fe2f03fde579e801b4f79ca118d6bad Mon Sep 17 00:00:00 2001 From: tguild Date: Wed, 28 Aug 2024 08:51:32 -0400 Subject: [PATCH] Update ADAS.vspec naming convention, should have had is preceding --- spec/ADAS/ADAS.vspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/ADAS/ADAS.vspec b/spec/ADAS/ADAS.vspec index 458a4eb1..46dc55e4 100644 --- a/spec/ADAS/ADAS.vspec +++ b/spec/ADAS/ADAS.vspec @@ -86,7 +86,7 @@ CruiseControl.IsError: type: sensor description: Indicates if cruise control system incurred an error condition. True = Error. False = No Error. -CruiseControl.AdaptiveIsActive: +CruiseControl.isAdaptiveActive: datatype: boolean type: actuator description: Indicates if adaptive cruise control system is active (i.e. actively controls speed).