From c643badaf86c758b7c72a1a70f0f9a577338e685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=B2=E8=BE=89?= Date: Sun, 30 Jan 2022 07:24:45 +0000 Subject: [PATCH] =?UTF-8?q?update=20api/@ohos.distributedHardware.deviceMa?= =?UTF-8?q?nager.d.ts.=20=E6=9B=B4=E6=96=B0syscap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: puhui --- api/@ohos.distributedHardware.deviceManager.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.distributedHardware.deviceManager.d.ts b/api/@ohos.distributedHardware.deviceManager.d.ts index 69179ba17e..6d84f8a597 100644 --- a/api/@ohos.distributedHardware.deviceManager.d.ts +++ b/api/@ohos.distributedHardware.deviceManager.d.ts @@ -19,7 +19,7 @@ import { AsyncCallback, Callback } from './basic'; * Providers interfaces to creat a {@link deviceManager} instances. * * @since 7 - * @Syscap SystemCapability.DISTRIBUTEDHARDWARE.deviceManager + * @syscap SystemCapability.DistributedHardware.DeviceManager * */ declare namespace deviceManager { -- Gitee