|
|
@ -44,10 +44,8 @@ export class ConfigurationPage {
|
|
|
|
return returnValue;
|
|
|
|
return returnValue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
async uploadStandardSketch() {
|
|
|
|
async uploadStandardSketch() {
|
|
|
|
const sketch = await this.loginProvider.getUserSketch(this.token,this.box._id,this.ssid,this.pw)
|
|
|
|
const sketch = await this.loginProvider.getUserSketch(this.token,this.box._id,this.ssid,this.pw)
|
|
|
|
console.log(sketch);
|
|
|
|
this.navCtrl.push(OtaWizardPage,{sketch})
|
|
|
|
this.navCtrl.push(OtaWizardPage,{sketch})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
addSensor() {
|
|
|
|
addSensor() {
|
|
|
|