Modified API descriptions(powersave, battery) 05/142205/3
authorSomin Kim <somin926.kim@samsung.com>
Thu, 3 Aug 2017 05:11:38 +0000 (14:11 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 3 Aug 2017 06:21:17 +0000 (06:21 +0000)
Change-Id: I99b47881f992e7f3b552274a8a1c29ce282830c7
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
include/job_scheduler_types_internal.h

index 4c58af6b4afa324ff24bc4d26f5461ae94b44150..ff419799c552420ae59833f9ae01186cd6247874 100644 (file)
@@ -34,7 +34,7 @@
 /**
  * @brief      URI of the battery state
  * @details    It can be used as a trigger or a requirement. Available attributes and their values are:
- *                     - "Level" = {"Empty", "Critical", "Low", "Normal", "High", "Full"}
+ *                     - "Level" &isin; {"Empty", "Critical", "Low", "High"}
  *                     - "IsCharging" &isin; {0, 1}
  */
 #define CTX_SCHED_URI_BATTERY          CTX_SCHED_URI_PREFIX "state/battery"
@@ -71,7 +71,7 @@
 /**
  * @brief      URI of the device's power-saving mode
  * @details    It can be used as a trigger or a requirement. Available attribute and its values are:
- *                     - TBD
+ *                     - "IsEnabled" &isin; {0, 1}
  */
 #define CTX_SCHED_URI_POWERSAVE                CTX_SCHED_URI_PREFIX "state/powersave"