From f8eca282a242234446a065baeec185abc2408001 Mon Sep 17 00:00:00 2001 From: zhangfeng Date: Wed, 16 Mar 2022 07:37:28 +0000 Subject: [PATCH] update wifiext syscap Signed-off-by: zhangfeng --- api/@ohos.wifiext.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.wifiext.d.ts b/api/@ohos.wifiext.d.ts index eaad6e06a8..83c6bdade8 100644 --- a/api/@ohos.wifiext.d.ts +++ b/api/@ohos.wifiext.d.ts @@ -85,6 +85,7 @@ declare namespace wifiext { * The power model enumeration. * * @since 8 + * @syscap SystemCapability.Communication.WiFi.HotspotExt */ export enum PowerModel { /** Sleeping model. */ -- Gitee