From 309deeee515a3316c13817cd53a9ef56ef68fe61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=B2=E8=BE=89?= Date: Sun, 30 Jan 2022 07:20:47 +0000 Subject: [PATCH] =?UTF-8?q?update=20api/@ohos.distributedHardware.deviceMa?= =?UTF-8?q?nager.d.ts.=20=E6=9B=B4=E6=96=B0syscap=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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