added parking and environment properties
[profile/ivi/automotive-message-broker.git] / docs / maintenance.txt
1 Maintenance hierarchy
2 =================
3
4 Service         org.automotive
5
6
7 Interface       org.automotive.odometer
8 Object path     /org/automotive/maintenance/odometer
9 Properties:
10
11                 uint32 Odometer [readonly]
12
13                         Distance in km
14
15 Interface       org.automotive.fluid
16 Object path     /org/automotive/maintenance/fluid
17 Properties:
18
19                 
20                 byte Transmission [readonly]
21                 
22                         Remaining percentage
23                 
24                 byte Brake [readonly]
25                 
26                         Remaining percentage
27                         
28                 byte Washer [readonly]
29                 
30                         Remaining percentage
31
32 Interface       org.automotive.batteryStatus
33 Object path     /org/automotive/maintenance/batteryStatus
34 Properties:
35                         
36                 double Voltage [readonly]
37                 
38                 double Current [readonly]
39
40
41 Interface       org.automotive.tirePressure
42 Object path     /org/automotive/maintenance/tirePressure
43 Properties:
44                         
45                 double LeftFront [readonly]
46                 
47                         Pressure (kPa)
48                         
49                 double RightFront [readonly]
50
51                 double LeftRear [readonly]
52
53                 double RightRear [readonly]
54
55
56 Interface       org.automotive.tireTemperature
57 Object path     /org/automotive/maintenance/tireTemperature
58 Properties:
59
60                 double LeftFront [readonly]
61
62                         Temperature of tire in Celsius (C)
63
64                 double RightFront [readonly]
65
66                 double LeftRear [readonly]
67
68                 double RightRear [readonly]
69