From 86a5990dd307c804fdab7f98a4567930aba7a203 Mon Sep 17 00:00:00 2001 From: toutes Date: Tue, 22 Feb 2022 03:49:00 -0800 Subject: [PATCH] modify Syscap to syscap name Signed-off-by: toutes --- interfaces/kits/js/@ohos.brightness.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/kits/js/@ohos.brightness.d.ts b/interfaces/kits/js/@ohos.brightness.d.ts index 4915187..f12bc7a 100644 --- a/interfaces/kits/js/@ohos.brightness.d.ts +++ b/interfaces/kits/js/@ohos.brightness.d.ts @@ -18,7 +18,7 @@ import { AsyncCallback } from './basic'; /** * Provides interfaces to control the power of display. * - * @SysCap SystemCapability.PowerMgr.DisplayManager + * @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.PowerMgr.DisplayManager + * @sysCap SystemCapability.PowerManager.DisplayPowerManager * @systemapi * @since 7 */ -- Gitee