diff --git a/api/@ohos.batteryinfo.d.ts b/api/@ohos.batteryinfo.d.ts index 030add126ff837d55424d5656fd933389132bc14..a139929f6d85cb3fb8640a99e1fc7d45eabf1762 100644 --- a/api/@ohos.batteryinfo.d.ts +++ b/api/@ohos.batteryinfo.d.ts @@ -19,7 +19,7 @@ *
Battery information includes the remaining battery power, * voltage, temperature, model, and charger type. * - * @SysCap SystemCapability.PowerManager.BatteryManager + * @sysCap SystemCapability.PowerManager.BatteryManage.Core * @since 6 */ declare namespace batteryInfo { @@ -74,7 +74,7 @@ declare namespace batteryInfo { /** * Indicates the charger type of a device. * - * @SysCap SystemCapability.PowerManager.BatteryManager + * @sysCap SystemCapability.PowerManager.BatteryManage.Core * @since 6 */ export enum BatteryPluggedType { @@ -103,7 +103,7 @@ declare namespace batteryInfo { /** * Indicates the battery charging status of a device. * - * @SysCap SystemCapability.PowerManager.BatteryManager + * @sysCap SystemCapability.PowerManager.BatteryManage.Core * @since 6 */ export enum BatteryChargeState { @@ -132,7 +132,7 @@ declare namespace batteryInfo { /** * Indicates the battery health status of a device. * - * @SysCap SystemCapability.PowerManager.BatteryManager + * @sysCap SystemCapability.PowerManager.BatteryManage.Core * @since 6 */ export enum BatteryHealthState { diff --git a/api/@ohos.brightness.d.ts b/api/@ohos.brightness.d.ts index 81df9f04b99109ac75484ecd055a53635e934618..f12bc7a706745b47aa73eda3fb6a1c0ad3745153 100644 --- a/api/@ohos.brightness.d.ts +++ b/api/@ohos.brightness.d.ts @@ -18,7 +18,7 @@ import { AsyncCallback } from './basic'; /** * Provides interfaces to control the power of display. * - * @SysCap SystemCapability.PowerManager.DisplayPowerManager + * @sysCap SystemCapability.PowerManager.DisplayPowerManager * @since 7 */ declare namespace brightness { @@ -26,7 +26,7 @@ declare namespace brightness { * Sets the screen brightness. * * @param value Brightness value, ranging from 0 to 255. - * @SysCap SystemCapability.PowerManager.DisplayPowerManager + * @sysCap SystemCapability.PowerManager.DisplayPowerManager * @systemapi * @since 7 */ diff --git a/api/@ohos.power.d.ts b/api/@ohos.power.d.ts index 583a3f5d52e5a82f717236e17f96529633420839..90da7f50996ed0b348cd8d0ba52b0e04b8760bf0 100644 --- a/api/@ohos.power.d.ts +++ b/api/@ohos.power.d.ts @@ -18,7 +18,7 @@ import {AsyncCallback} from './basic'; /** * Provides interfaces to manage power. * - * @SysCap SystemCapability.PowerManager.PowerManager + * @sysCap SystemCapability.PowerManager.PowerManager.Core * @since 7 */ declare namespace power { diff --git a/api/@ohos.runninglock.d.ts b/api/@ohos.runninglock.d.ts index acd9cfae45c2961617cc5275eccd48fdf6069a89..ea56c90fc78c75abeae60b0e51e34b7c00693d27 100644 --- a/api/@ohos.runninglock.d.ts +++ b/api/@ohos.runninglock.d.ts @@ -24,7 +24,7 @@ import {AsyncCallback} from './basic.d.ts'; * lock duration times out, the lock is automatically released and the system hibernates if no other {@link * RunningLock} is set. * - * @SysCap SystemCapability.PowerManager.PowerManager + * @sysCap SystemCapability.PowerManager.PowerManager.Core * @since 7 */ declare namespace runningLock {