Add description on device_battery_property_e 48/261648/1 accepted/tizen/6.0/unified/20210723.122400 submit/tizen_6.0/20210722.054915
authorHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 22 Jul 2021 05:22:34 +0000 (14:22 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 22 Jul 2021 05:29:45 +0000 (05:29 +0000)
Change-Id: I4769e5c5db34fa4aed81720db7e1262884880f12
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
(cherry picked from commit 4ad97a5dc9c4f7bb7f65b7e72cba894caf948b17)

include/battery.h

index f28f8ee..9f81d38 100644 (file)
@@ -75,6 +75,8 @@ typedef enum {
 /**
  * @brief Enumeration for battery property information.
  * @since_tizen 3.0
+ * @remarks If fuel gauge hardware does not provide average current or average voltage,
+            CURRENT_AVERAGE/VOLTAGE_AVERAGE can be substituted by CURRENT_NOW/VOLTAGE_NOW, respectively.
  */
 typedef enum {
        DEVICE_BATTERY_PROPERTY_CAPACITY, /**< The battery capacity (0 ~ 100 %) */