diff --git a/api/@ohos.sensor.d.ts b/api/@ohos.sensor.d.ts index 231c236f6b769c3d5c54007416f3c3e0297858d7..95d31e1183558723feb9320b5e2f583cc15a9f6e 100755 --- a/api/@ohos.sensor.d.ts +++ b/api/@ohos.sensor.d.ts @@ -713,9 +713,9 @@ declare namespace sensor { * @since 8 */ interface OrientationResponse extends Response { - x: number; /**< Orientation x-axis component */ - y: number; /**< Orientation y-axis component */ - z: number; /**< Orientation z-axis component */ + alpha: number; /**< The device rotates at an angle around the Z axis */ + beta: number; /**< The device rotates at an angle around the X axis */ + gamma: number; /**< The device rotates at an angle around the Y axis */ } /**