some updates to docs 0.1
authorKevron Rees <kevron_m_rees@linux.intel.com>
Mon, 11 Jun 2012 22:31:20 +0000 (15:31 -0700)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Mon, 11 Jun 2012 22:31:20 +0000 (15:31 -0700)
docs/parking.txt
docs/runningstatus.txt

index 46ade4b..056a365 100644 (file)
@@ -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
index f5d1681..fac7da3 100644 (file)
@@ -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]