summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <tripzero.kev@gmail.com>2015-12-09 05:28:10 -0800
committerKevron Rees <tripzero.kev@gmail.com>2015-12-09 05:28:10 -0800
commita945ea17cfdaf3e9c044da4e5a270510cf26e632 (patch)
tree62c029c4d977c891d45c188844ac8f835ace2a95
parent6de29621fbcb7baa5955bdd2dcfc8a990e792f5f (diff)
parente0df568e5e8c97d421133548c28b48388a262fad (diff)
downloadautomotive-message-broker-a945ea17cfdaf3e9c044da4e5a270510cf26e632.tar.gz
Merge pull request #65 from mvickjlr/climate_control_doc_fix
docs: Correct errors and inconsistencies in climate control section
-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
}