From 45879ad58b58483ca5b2a6f096db037bfc44f967 Mon Sep 17 00:00:00 2001 From: qiuxiangdong Date: Wed, 14 Sep 2022 17:23:43 +0800 Subject: [PATCH] style: add @systemapi annotation to @ohos.brightness.d.ts Signed-off-by: qiuxiangdong --- api/@ohos.brightness.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.brightness.d.ts b/api/@ohos.brightness.d.ts index bb8b098804..adb007cd2c 100644 --- a/api/@ohos.brightness.d.ts +++ b/api/@ohos.brightness.d.ts @@ -19,6 +19,7 @@ import { AsyncCallback } from './basic'; * Provides interfaces to control the power of display. * * @syscap SystemCapability.PowerManager.DisplayPowerManager + * @systemapi * @since 7 */ declare namespace brightness { -- Gitee