mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
update
Signed-off-by: hui1975 <zhaominghui10@huawei.com> Change-Id: I1a79f86d1da18a9277b15eaa815392b7b7533db9
This commit is contained in:
parent
67c45cfd02
commit
0310394bd3
4
api/@ohos.sensor.d.ts
vendored
4
api/@ohos.sensor.d.ts
vendored
@ -2704,7 +2704,7 @@ declare namespace sensor {
|
||||
* @syscap SystemCapability.Sensors.Sensor
|
||||
* @since 8
|
||||
*/
|
||||
interface LinearAccelerometerResponse extends Response{
|
||||
interface LinearAccelerometerResponse extends Response {
|
||||
/**
|
||||
* Linear acceleration x-axis component
|
||||
* @type { number }
|
||||
@ -3019,7 +3019,7 @@ declare namespace sensor {
|
||||
* @syscap SystemCapability.Sensors.Sensor
|
||||
* @since 8
|
||||
*/
|
||||
interface LightResponse extends Response {
|
||||
interface LightResponse extends Response {
|
||||
/**
|
||||
* Indicates light intensity, in lux.
|
||||
* @type { number }
|
||||
|
Loading…
Reference in New Issue
Block a user