summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Vick <mvick@jaguarlandrover.com>2015-12-03 14:30:49 -0800
committerMatthew Vick <mvick@jaguarlandrover.com>2015-12-03 15:20:15 -0800
commite0df568e5e8c97d421133548c28b48388a262fad (patch)
tree62c029c4d977c891d45c188844ac8f835ace2a95
parent6de29621fbcb7baa5955bdd2dcfc8a990e792f5f (diff)
downloadautomotive-message-broker-e0df568e5e8c97d421133548c28b48388a262fad.tar.gz
docs: Correct errors and inconsistencies in climate control section
Resolve an error in the climate control documentation related to the fan speed level and resolve a few trivial inconsistencies nearby. Signed-off-by: Matthew Vick <mvick@jaguarlandrover.com>
-rw-r--r--docs/amb.in.fidl6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/amb.in.fidl b/docs/amb.in.fidl
index 398a33de..34574df5 100644
--- a/docs/amb.in.fidl
+++ b/docs/amb.in.fidl
@@ -635,7 +635,7 @@ interface org.automotive.ClimateControl extends VehiclePropertyType {
attribute AirflowDirectionType AirflowDirection
/*! FanSpeedLevel
- * \brief MUST return seat heater status: on (true) / off (false).
+ * \brief MUST return the speed of the fan ( 0: off, 1: lowest speed, 7: highest speed )
*/
attribute UInt8 FanSpeedLevel
@@ -665,12 +665,12 @@ interface org.automotive.ClimateControl extends VehiclePropertyType {
attribute UInt8 SeatCooler
/*! AirRecirculation
- * \brief MUST return current setting of air recirculation: on (true) or pulling in outside air (false).
+ * \brief MUST return current setting of air recirculation: on (true) or pulling in outside air (false)
*/
attribute Boolean AirRecirculation
/*! SteeringWheelHeater
- * \brief MUST return current status of steering wheel heater ( 0: off, 1: least warm, 10: warmest ).
+ * \brief MUST return current status of steering wheel heater ( 0: off, 1: least warm, 10: warmest )
*/
attribute UInt8 SteeringWheelHeater
}