@@ -310,47 +310,47 @@ <h3 class="h3">{{ "QUESTION-LORA-GATEWAY.CONTACT" | translate }}</h3>
310310 />
311311 </ div >
312312 < h3 class ="h3 "> {{ "QUESTION-LORA-GATEWAY.ALARMS" | translate }}</ h3 >
313- < label for ="notificationOffline "> {{ "QUESTION-LORA-GATEWAY.SET-ALARMS" | translate }}</ label >
313+ < label for ="notifyOffline "> {{ "QUESTION-LORA-GATEWAY.SET-ALARMS" | translate }}</ label >
314314 < div class ="row mt-3 ">
315- < mat-slide-toggle [(ngModel)] ="gateway.notificationOffline " id ="notificationOffline " name ="notificationOffline ">
315+ < mat-slide-toggle [(ngModel)] ="gateway.notifyOffline " id ="notifyOffline " name ="notifyOffline ">
316316 {{ "GEN.OFFLINE" | translate }}</ mat-slide-toggle
317317 >
318318 </ div >
319- < div *ngIf ="gateway.notificationOffline ">
319+ < div *ngIf ="gateway.notifyOffline ">
320320 < div class ="form-group mt-3 ">
321- < label for ="notificationOffline "> {{ "QUESTION-LORA-GATEWAY.HOW-MANY-MINUTES" | translate }}</ label >
321+ < label for ="notifyOffline "> {{ "QUESTION-LORA-GATEWAY.HOW-MANY-MINUTES" | translate }}</ label >
322322 </ div >
323323
324324 < div class ="form-group mt-3 ">
325- < label class ="form-label " for ="amountOfMinutes "> {{
325+ < label class ="form-label " for ="offlineAlarmThresholdMinutes "> {{
326326 "QUESTION-LORA-GATEWAY.AMOUNT-OF-MINUTES" | translate
327327 }}</ label >
328328 < input
329329 type ="number "
330330 class ="form-control "
331- id ="amountOfMinutes "
332- name ="amountOfMinutes "
333- [(ngModel)] ="gateway.amountOfMinutes "
331+ id ="offlineAlarmThresholdMinutes "
332+ name ="offlineAlarmThresholdMinutes "
333+ [(ngModel)] ="gateway.offlineAlarmThresholdMinutes "
334334 step ="1 "
335335 maxlength ="9 "
336336 (keyup) ="onCoordinateKey($event) "
337337 [ngClass] ="{
338- 'is-invalid': formFailedSubmit && errorFields.includes('amountOfMinutes '),
339- 'is-valid': formFailedSubmit && !errorFields.includes('amountOfMinutes ')
338+ 'is-invalid': formFailedSubmit && errorFields.includes('offlineAlarmThresholdMinutes '),
339+ 'is-valid': formFailedSubmit && !errorFields.includes('offlineAlarmThresholdMinutes ')
340340 } "
341341 />
342342 </ div >
343343 </ div >
344344 < div class ="row mt-3 ">
345345 < mat-slide-toggle
346- [(ngModel)] ="gateway.notificationUnusualPackages "
347- id ="notificationUnusualPackages "
348- name ="notificationUnusualPackages "
346+ [(ngModel)] ="gateway.notifyUnusualPackages "
347+ id ="notifyUnusualPackages "
348+ name ="notifyUnusualPackages "
349349 >
350350 {{ "QUESTION-LORA-GATEWAY.UNUSUAL-PACKAGES" | translate }}</ mat-slide-toggle
351351 >
352352 </ div >
353- < div *ngIf ="gateway.notificationUnusualPackages ">
353+ < div *ngIf ="gateway.notifyUnusualPackages ">
354354 < div class ="form-group mt-3 ">
355355 < label for ="minimumPackages "> {{ "QUESTION-LORA-GATEWAY.SET-INTERVAL" | translate }}</ label >
356356 </ div >
@@ -397,7 +397,7 @@ <h3 class="h3">{{ "QUESTION-LORA-GATEWAY.ALARMS" | translate }}</h3>
397397 </ div >
398398 </ div >
399399 </ div >
400- < div *ngIf ="gateway.notificationOffline || gateway.notificationUnusualPackages " class ="form-group mt-3 ">
400+ < div *ngIf ="gateway.notifyOffline || gateway.notifyUnusualPackages " class ="form-group mt-3 ">
401401 < label class ="form-label " for ="alarmMail "> {{ "QUESTION-LORA-GATEWAY.SET-EMAIL" | translate }}*</ label >
402402 < input
403403 type ="text "
0 commit comments