From 9b65a7da8ae5c466f00739e5b23fe22242a2a739 Mon Sep 17 00:00:00 2001 From: toutes Date: Mon, 7 Feb 2022 14:52:41 +0800 Subject: [PATCH] update: modify display json interfence Signed-off-by: toutes Change-Id: Ibf201320a5d6247f3638efde2228193955bb9a35 --- api/@ohos.brightness.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/@ohos.brightness.d.ts b/api/@ohos.brightness.d.ts index 594086be78..4915187c54 100644 --- a/api/@ohos.brightness.d.ts +++ b/api/@ohos.brightness.d.ts @@ -19,7 +19,6 @@ import { AsyncCallback } from './basic'; * Provides interfaces to control the power of display. * * @SysCap SystemCapability.PowerMgr.DisplayManager - * @devices phone, tablet * @since 7 */ declare namespace brightness { -- Gitee