MiEcosystem / ios-rn-sdk

Works with mijia
https://iot.mi.com
116 stars 40 forks source link

MHXiaomiBLE.loginXiaoMiBLE返回------登陆失败------{"message":"login timeout.","code":404} #156

Open RideShi opened 5 years ago

RideShi commented 5 years ago

MHXiaomiBLE.loginXiaoMiBLE返回------登陆失败------{"message":"login timeout.","code":404}

尝试过重启蓝牙、退出插件重新进入方法皆无效 MHXiaomiBLE.loginXiaoMiBLE(MHPluginSDK.deviceId, mac, 10, (error, result) => { if (error) { console.log('------登陆失败------' + JSON.stringify(error)); } else { console.log('------登陆成功------'); this.connectErrorNum = 0; this.state.device = result.device; // this.show_AlertIOS(JSON.stringify(result.device)); this._initDevice(); this.isConnect = true; this.startConnect = false; } });