Deprecated.  Please use amb.idl

Maintenance hierarchy
=================

Service         org.automotive


Interface       org.automotive.odometer
Object path     /org/automotive/maintenance/odometer
Properties:

		uint32 Odometer [readonly]

			Distance in km

Interface       org.automotive.BrakePressure
Object path     /org/automotive/maintenance/BrakePressure
Properties:

		byte Pressure [readonly]

			Pressure of Brake 0-100%

Interface       org.automotive.fluid
Object path     /org/automotive/maintenance/fluid
Properties:

		
		byte Transmission [readonly]
		
			Remaining percentage
		
		byte Brake [readonly]
		
			Remaining percentage
			
		byte Washer [readonly]
		
			Remaining percentage

Interface       org.automotive.batteryStatus
Object path     /org/automotive/maintenance/batteryStatus
Properties:
			
		double Voltage [readonly]
		
		double Current [readonly]


Interface       org.automotive.tirePressure
Object path     /org/automotive/maintenance/tirePressure
Properties:
			
		double LeftFront [readonly]
		
			Pressure (kPa)
			
		double RightFront [readonly]

		double LeftRear [readonly]

		double RightRear [readonly]


Interface       org.automotive.tireTemperature
Object path     /org/automotive/maintenance/tireTemperature
Properties:

		double LeftFront [readonly]

                        Temperature of tire in Celsius (C)

                double RightFront [readonly]

                double LeftRear [readonly]

                double RightRear [readonly]
			
