[HAM] add 'unknown' state
authorAdam Szczerbiak <a.szczerbiak@samsung.com>
Thu, 21 Jan 2016 07:52:43 +0000 (08:52 +0100)
committerHyunjin Park <hj.na.park@samsung.com>
Tue, 28 Jun 2016 06:47:05 +0000 (15:47 +0900)
Change-Id: I2b763c590f486567c973b2623dfc74ae2aeb14b6
Signed-off-by: Adam Szczerbiak <a.szczerbiak@samsung.com>
org.tizen.web.apireference/html/device_api/mobile/tizen/humanactivitymonitor.html

index d03d689..6234658 100644 (file)
@@ -192,7 +192,7 @@ SLEEP_MONITOR - Sleep monitor (sleep state)            </li>
 <div class="brief">
  Specifies the pedometer user's current movement type.
           </div>
-<pre class="webidl prettyprint">    enum PedometerStepStatus { "NOT_MOVING", "WALKING", "RUNNING" };</pre>
+<pre class="webidl prettyprint">    enum PedometerStepStatus { "NOT_MOVING", "WALKING", "RUNNING", "UNKNOWN" };</pre>
 <p><span class="version">
             Since: </span>
  2.3
@@ -205,8 +205,13 @@ NOT_MOVING - The user remains stationary            </li>
 WALKING - The user is walking            </li>
             <li>
 RUNNING - The user is running            </li>
+            <li>
+UNKNOWN - The user's movement type is uncertain            </li>
           </ul>
          </div>
+<p><span class="remark"> Remark : </span>
+ <em>UNKNOWN</em> is supported since Tizen 3.0
+          </p>
 </div>
 <div class="enum" id="ActivityRecognitionType">
 <a class="backward-compatibility-anchor" name="::HumanActivityMonitor::ActivityRecognitionType"></a><h3>1.3. ActivityRecognitionType</h3>
@@ -1612,7 +1617,7 @@ To guarantee that the human sleep state tracking application runs on a device wi
 
     enum HumanActivityType { "PEDOMETER", "WRIST_UP", "HRM", "GPS", "SLEEP_MONITOR" };
 
-    enum PedometerStepStatus { "NOT_MOVING", "WALKING", "RUNNING" };
+    enum PedometerStepStatus { "NOT_MOVING", "WALKING", "RUNNING", "UNKNOWN" };
 
     enum ActivityRecognitionType { "STATIONARY", "WALKING", "RUNNING", "IN_VEHICLE" };