updated packages
This commit is contained in:
@@ -132,5 +132,8 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"defaultProject": "HPIoTWebApp"
|
||||
"defaultProject": "HPIoTWebApp",
|
||||
"cli": {
|
||||
"analytics": false
|
||||
}
|
||||
}
|
||||
@@ -37,7 +37,8 @@ export class ConfigsComponent implements OnInit {
|
||||
// Setup a function for onChangeCertificateID to get said config and load the form dynamically
|
||||
onCertificateChange(e) {
|
||||
console.log(e.target.value);
|
||||
const config = this.http.get('https://4ax24ru9ra.execute-api.us-east-1.amazonaws.com/Gamma/HPIoTgetConfig/?certificateID=' + e.target.value);
|
||||
const config = this.http.get('https://4ax24ru9ra.execute-api.us-east-1.amazonaws.com/Gamma/HPIoTgetConfig/?certificateID='
|
||||
+ e.target.value);
|
||||
console.log(config);
|
||||
const numberOfDevices = 3;
|
||||
if (this.devicesArray.length < numberOfDevices) {
|
||||
|
||||
Reference in New Issue
Block a user