From 4f3c4792b8d5c9cd60ef13bf45613c125594edb9 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Mon, 11 Jun 2012 15:31:20 -0700 Subject: [PATCH] some updates to docs --- docs/parking.txt | 26 +++++++++++++------------- docs/runningstatus.txt | 6 +++++- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/docs/parking.txt b/docs/parking.txt index 46ade4b..056a365 100644 --- a/docs/parking.txt +++ b/docs/parking.txt @@ -7,22 +7,22 @@ Object path / Properties byte SecurityAlert [readonly] - returns status of security alert: + returns status of security alert: - Idle = 0, - Armed = 1, - Alarm Detected = 2 - - bool ParkingBrake + Idle = 0, + Armed = 1, + Alarm Detected = 2 - returns whether the parking break is active (true)/inactive (false) - - bool ParkingLights + bool ParkingBrake + + returns whether the parking break is active (true)/inactive (false) - returns whether the parking lights are active (true) or inactive (false) - - bool HazardLights + bool ParkingLights + + returns whether the parking lights are active (true) or inactive (false) - returns whether the hazard lights are active (true)/inactive (false) + bool HazardLights + + returns whether the hazard lights are active (true)/inactive (false) \ No newline at end of file diff --git a/docs/runningstatus.txt b/docs/runningstatus.txt index f5d1681..fac7da3 100644 --- a/docs/runningstatus.txt +++ b/docs/runningstatus.txt @@ -41,7 +41,11 @@ Properties byte VehiclePowerMode [readonly] 8th = 8, 9th = 9, 10th = 10, - Reverse = 64 + Auto = 64, + Reverse = 128, + Parking = 256 + + For transmissions with no gear (ie CVT), 'Auto' and 'Reverse' will be used. struct{bool, uint16} CruiseControlStatus [readonly] -- 2.7.4