From cd7b6a244c9fff5bb4faec249fe4365fa5e3b646 Mon Sep 17 00:00:00 2001 From: Pawel Wasowski Date: Mon, 18 Sep 2017 17:33:45 +0200 Subject: [PATCH] [Sensor][HAM] Synchronize feature tables and make them more consistent Changes: - add sensor and HAM related features to the app filtering guide - fix "since" Tizen versions for sensors in the app fitering guide (make them the same as in the API reference) - make sensor descriptions consistent PS2: Reviewed Change-Id: Ifce9c0b2e41b2381b1a8ca1f5dbe64cfffa014c9 Signed-off-by: Pawel Wasowski --- .../html/web/sensors/device_sensors_w.htm | 12 +++ .../html/web/details/app_filtering_w.htm | 106 +++++++++++++++------ 2 files changed, 90 insertions(+), 28 deletions(-) diff --git a/org.tizen.guides/html/web/sensors/device_sensors_w.htm b/org.tizen.guides/html/web/sensors/device_sensors_w.htm index b8951cb..130882d 100644 --- a/org.tizen.guides/html/web/sensors/device_sensors_w.htm +++ b/org.tizen.guides/html/web/sensors/device_sensors_w.htm @@ -260,6 +260,18 @@ proximitySensor.getSensorHardwareInfo(onsuccessCB, onerrorCB); http://tizen.org/feature/sensor.heart_rate_monitor + Heart rate monitor sensor (green LED) + http://tizen.org/feature/sensor.heart_rate_monitor.led_green + + + Heart rate monitor sensor (infrared LED) + http://tizen.org/feature/sensor.heart_rate_monitor.led_ir + + + Heart rate monitor sensor (red LED) + http://tizen.org/feature/sensor.heart_rate_monitor.led_red + + Light sensor http://tizen.org/feature/sensor.photometer diff --git a/org.tizen.training/html/web/details/app_filtering_w.htm b/org.tizen.training/html/web/details/app_filtering_w.htm index c4ea74f..7653c7b 100644 --- a/org.tizen.training/html/web/details/app_filtering_w.htm +++ b/org.tizen.training/html/web/details/app_filtering_w.htm @@ -380,53 +380,78 @@ http://tizen.org/feature/sensor.barometer - Specify this key, if the application requires a barometer sensor for using the Sensor (Pressure Type) API. - 2.2.1 + Specify this key, if the application requires a pressure sensor. + 2.3 + + +http://tizen.org/feature/sensor.gravity + Specify this key, if the application requires a gravity sensor. + 3.0 + + +http://tizen.org/feature/sensor.gyroscope + Specify this key, if the application requires a gyroscope sensor. + 3.0 http://tizen.org/feature/sensor.gyroscope_rotation_vector - Specify this key, if the application requires a gyroscope-based rotation vector sensor. - 2.4 + Specify this key, if the application requires a gyroscope rotation vector sensor. + 3.0 + + +http://tizen.org/feature/sensor.gyroscope.uncalibrated + Specify this key, if the application requires an uncalibrated gyroscope sensor. + 4.0 http://tizen.org/feature/sensor.heart_rate_monitor - Specify this key, if the application requires a heart rate monitor sensor for using the Human Activity Monitor (HRM Type) API. + Specify this key, if the application requires a heart rate monitor sensor. 2.3 http://tizen.org/feature/sensor.heart_rate_monitor.led_green - Specify this key, if the application requires the LED green heart rate monitor sensor. + Specify this key, if the application requires a green LED heart rate monitor sensor. 2.3.1 http://tizen.org/feature/sensor.heart_rate_monitor.led_ir - Specify this key, if the application requires the LED infrared heart rate monitor sensor. + Specify this key, if the application requires an infrared LED heart rate monitor sensor. 2.3.1 http://tizen.org/feature/sensor.heart_rate_monitor.led_red - Specify this key, if the application requires the LED red heart rate monitor sensor. + Specify this key, if the application requires a red LED heart rate monitor sensor. 2.3.1 +http://tizen.org/feature/sensor.linear_acceleration + Specify this key, if the application requires a linear acceleration sensor. + 3.0 + + http://tizen.org/feature/sensor.magnetometer - Specify this key, if the application requires a magnetic sensor for using the Sensor (MAGNETIC Type) API. - 2.2.1 + Specify this key, if the application requires a magnetic sensor. + 2.3 + + +http://tizen.org/feature/sensor.magnetometer.uncalibrated + Specify this key, if the application requires an uncalibrated magnetic sensor. + 3.0 http://tizen.org/feature/sensor.pedometer - Specify this key, if the application requires a pedometer sensor for using the Human Activity Monitor (PEDOMETER Type) API. + Specify this key, if the application requires a pedometer sensor. 2.3 http://tizen.org/feature/sensor.photometer - Specify this key, if the application requires a photometer sensor for using the Sensor (LIGHT Type) API. - 2.2.1 + Specify this key, if the application requires a light sensor. + 2.3 http://tizen.org/feature/sensor.proximity - Specify this key, if the application requires a proximity sensor for using the Sensor (PROXIMITY Type) API. - 2.2.1 + Specify this key, if the application requires a proximity sensor. + 2.3 http://tizen.org/feature/sensor.sleep_monitor @@ -435,12 +460,12 @@ http://tizen.org/feature/sensor.ultraviolet - Specify this key, if the application requires a ultraviolet sensor for using the Sensor (ULTRAVIOLET Type) API. + Specify this key, if the application requires a ultraviolet sensor. 2.3 http://tizen.org/feature/sensor.wrist_up - Specify this key, if the application requires a wrist up sensor for using the Human Activity Monitor (WRIST_UP Type) API. + Specify this key, if the application requires a wrist up sensor. 2.3 @@ -658,13 +683,28 @@ http://tizen.org/feature/sensor.barometer - Specify this key, if the application requires a barometer sensor. - 2.2.1 + Specify this key, if the application requires a pressure sensor. + 2.3 + + +http://tizen.org/feature/sensor.gravity + Specify this key, if the application requires a gravity sensor. + 2.3.2 + + +http://tizen.org/feature/sensor.gyroscope + Specify this key, if the application requires a gyroscope sensor. + 2.3.2 http://tizen.org/feature/sensor.gyroscope_rotation_vector - Specify this key, if the application requires a gyroscope-based rotation vector sensor. - 2.4 + Specify this key, if the application requires a gyroscope rotation vector sensor. + 2.3.2 + + +http://tizen.org/feature/sensor.gyroscope.uncalibrated + Specify this key, if the application requires an uncalibrated gyroscope sensor. + 4.0 http://tizen.org/feature/sensor.heart_rate_monitor @@ -673,23 +713,33 @@ http://tizen.org/feature/sensor.heart_rate_monitor.led_green - Specify this key, if the application requires the LED green heart rate monitor sensor. + Specify this key, if the application requires a green LED heart rate monitor sensor. 2.3.1 http://tizen.org/feature/sensor.heart_rate_monitor.led_ir - Specify this key, if the application requires the LED infrared heart rate monitor sensor. + Specify this key, if the application requires an infrared LED heart rate monitor sensor. 2.3.1 http://tizen.org/feature/sensor.heart_rate_monitor.led_red - Specify this key, if the application requires the LED red heart rate monitor sensor. + Specify this key, if the application requires a red LED heart rate monitor sensor. 2.3.1 +http://tizen.org/feature/sensor.linear_acceleration + Specify this key, if the application requires a linear acceleration sensor. + 3.0 + + http://tizen.org/feature/sensor.magnetometer Specify this key, if the application requires a magnetic sensor. - 2.2.1 + 2.3 + + +http://tizen.org/feature/sensor.magnetometer.uncalibrated + Specify this key, if the application requires an uncalibrated magnetic sensor. + 4.0 http://tizen.org/feature/sensor.pedometer @@ -698,13 +748,13 @@ http://tizen.org/feature/sensor.photometer - Specify this key, if the application requires a photometer sensor. - 2.2.1 + Specify this key, if the application requires a light sensor. + 2.3 http://tizen.org/feature/sensor.proximity Specify this key, if the application requires a proximity sensor. - 2.2.1 + 2.3 http://tizen.org/feature/sensor.sleep_monitor -- 2.7.4