client: Add CidBtnAutoMode for supporting Auto Mode 80/109680/1 accepted/tizen/3.0/ivi/20170111.094400 submit/tizen_3.0/20170111.071639
authorSangjung Woo <sangjung.woo@samsung.com>
Wed, 11 Jan 2017 07:08:36 +0000 (16:08 +0900)
committerSangjung Woo <sangjung.woo@samsung.com>
Wed, 11 Jan 2017 07:08:36 +0000 (16:08 +0900)
This patch adds the CidBtnAutoMode to support Auto Mode in HVAC.

Change-Id: I0997aed36f5488ad0e484fa712e042dcfc40d165
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
lib/client/libamb-objects.h

index 1c8cbc4..b3448bf 100644 (file)
@@ -200,6 +200,7 @@ CAN_OBJECT(CidCheckSeatCoolerR,     guchar, NULL);
 CAN_OBJECT(CidInsideRecirculatedAirMode,       gboolean, NULL);
 CAN_OBJECT(CidFrontDefrostion,         gboolean, NULL);
 CAN_OBJECT(CidRearDefrostion,  gboolean, NULL);
+CAN_OBJECT(CidBtnAutoMode,             gboolean, NULL);
 
 /**
  * Cluster Trip Information A
@@ -253,6 +254,7 @@ CAN_OBJECT_WRITABLE(RightAirflowCID,            guchar, NULL);
 CAN_OBJECT_WRITABLE(CidInsideRecirculatedAirMode,      gboolean, NULL);
 CAN_OBJECT_WRITABLE(CidFrontDefrostion,        gboolean, NULL);
 CAN_OBJECT_WRITABLE(CidRearDefrostion, gboolean, NULL);
+CAN_OBJECT_WRITABLE(CidBtnAutoMode,            gboolean, NULL);
 CAN_OBJECT_WRITABLE(CidACOnOff,        gboolean, NULL);
 
 CAN_OBJECT_WRITABLE(CheckSeatHeaterL,      guchar, NULL);              /* defrecated */