From 6e8a0aabf14aff007a79e148eaa549be4abd7732 Mon Sep 17 00:00:00 2001 From: toutes Date: Sun, 30 Jan 2022 11:23:17 +0800 Subject: [PATCH] update modify power json interfence Signed-off-by: toutes Change-Id: If2bf90c1f3f1f06d8f8f81a7b5b06d947a4f5df8 --- interfaces/kits/js/@ohos.brightness.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/interfaces/kits/js/@ohos.brightness.d.ts b/interfaces/kits/js/@ohos.brightness.d.ts index 204ef53..594086b 100644 --- a/interfaces/kits/js/@ohos.brightness.d.ts +++ b/interfaces/kits/js/@ohos.brightness.d.ts @@ -28,7 +28,6 @@ declare namespace brightness { * * @param value Brightness value, ranging from 0 to 255. * @SysCap SystemCapability.PowerMgr.DisplayManager - * @devices phone, tablet * @systemapi * @since 7 */ -- Gitee