From 1c2028b0104d6741e3373ab303f2a32ca7c3575a Mon Sep 17 00:00:00 2001 From: aqxyjay Date: Wed, 2 Mar 2022 14:42:49 +0800 Subject: [PATCH] normalize syscap Signed-off-by: aqxyjay --- interfaces/kits/js/@ohos.brightness.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interfaces/kits/js/@ohos.brightness.d.ts b/interfaces/kits/js/@ohos.brightness.d.ts index f12bc7a..bb8b098 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.PowerManager.DisplayPowerManager + * @syscap SystemCapability.PowerManager.DisplayPowerManager * @since 7 */ declare namespace brightness { @@ -26,7 +26,6 @@ declare namespace brightness { * Sets the screen brightness. * * @param value Brightness value, ranging from 0 to 255. - * @sysCap SystemCapability.PowerManager.DisplayPowerManager * @systemapi * @since 7 */ -- Gitee