qcloud-iotexplorer-appdev-plugin-wificonf-core
Advanced tools
Comparing version 1.1.11 to 1.1.12
import { AppDevSdk } from 'qcloud-iotexplorer-appdev-sdk'; | ||
import { WifiConfStepCode } from '../constants'; | ||
import { WifiConfType } from 'iotexplorer-ui-dev-config'; | ||
export interface DeviceInfo { | ||
@@ -8,3 +9,3 @@ productId: string; | ||
export interface WifiConfOption { | ||
wifiConfType: 'SmartConfig' | 'AirKiss' | 'SimpleConfig' | 'SoftAp' | 'GreeSoftAp' | string; | ||
wifiConfType: WifiConfType; | ||
targetWifiInfo: WifiInfo; | ||
@@ -11,0 +12,0 @@ onComplete: (deviceInfo: DeviceInfo) => any; |
{ | ||
"name": "qcloud-iotexplorer-appdev-plugin-wificonf-core", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "", | ||
@@ -16,6 +16,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"iotexplorer-ui-dev-config": "^1.0.22", | ||
"qcloud-iotexplorer-appdev-sdk": "^1.1.10", | ||
"tslib": "^2.0.1" | ||
}, | ||
"gitHead": "c8eb9f744772b74877b2d14400331f9889ca986f" | ||
"gitHead": "41265eba454c257256bbfc03b6349888edabbd60" | ||
} |
88809
902
3
+ Addediotexplorer-ui-dev-config@1.8.12(transitive)