From 5b4f9d9681413fe4b1385a1513d2a9d59af990d6 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Sat, 28 May 2022 15:48:56 +0800 Subject: [PATCH] updated docs Signed-off-by: wusongqing --- en/application-dev/reference/apis/js-apis-sensor.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-sensor.md b/en/application-dev/reference/apis/js-apis-sensor.md index 6164de2a4..c04e50341 100644 --- a/en/application-dev/reference/apis/js-apis-sensor.md +++ b/en/application-dev/reference/apis/js-apis-sensor.md @@ -1,6 +1,6 @@ # Sensor -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> **NOTE**
> The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version. @@ -2357,9 +2357,9 @@ Describes the orientation sensor data. It extends from [Response](#response). | Name | Type | Readable | Writable | Description | | ----- | ------ | ---- | ---- | ------------------------ | -| alpha | number | Yes | Yes | Rotation angle of the device around the z-axis, in rad.| -| beta | number | Yes | Yes | Rotation angle of the device around the x-axis, in rad. | -| gamma | number | Yes | Yes | Rotation angle of the device around the y-axis, in rad. | +| alpha | number | Yes | Yes | Rotation angle of the device around the z-axis, in degrees.| +| beta | number | Yes | Yes | Rotation angle of the device around the x-axis, in degrees. | +| gamma | number | Yes | Yes | Rotation angle of the device around the y-axis, in degrees. | ## RotationVectorResponse -- GitLab