From 46f6b6f6886d7644ef5a21b2d96bdda822b7997c Mon Sep 17 00:00:00 2001 From: Zhangfeng Date: Mon, 21 Mar 2022 14:55:30 +0000 Subject: [PATCH] fixed 18be1dd from https://gitee.com/zf0719/interface_sdk-js/pulls/1294 fixed b837f8f from https://gitee.com/zf0719/interface_sdk-js/pulls/1293 update version of api/@ohos.wifi.d.ts Signed-off-by: zhangfeng --- api/@ohos.wifi.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.wifi.d.ts b/api/@ohos.wifi.d.ts index 4876093c5d..b26ebed580 100644 --- a/api/@ohos.wifi.d.ts +++ b/api/@ohos.wifi.d.ts @@ -1117,7 +1117,7 @@ declare namespace wifi { /** * The state of the supplicant enumeration. * - * @since 7 + * @since 6 * @systemapi Hide this for inner system use. * @syscap SystemCapability.Communication.WiFi.STA */ @@ -1162,7 +1162,7 @@ declare namespace wifi { /** * The state of Wi-Fi connection enumeration. * - * @since 7 + * @since 6 * @syscap SystemCapability.Communication.WiFi.STA */ export enum ConnState { -- Gitee