Commit 2f7a8c9534e981786a8fef2e1adaae1eb1dc2a22
Committed by
Andrew Shvayka
1 parent
7eb55b90
UI: reduced minimum time for power mode settings
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -29,14 +29,14 @@ | @@ -29,14 +29,14 @@ | ||
29 | <tb-time-unit-select [labelText]="'device-profile.edrx-cycle'" | 29 | <tb-time-unit-select [labelText]="'device-profile.edrx-cycle'" |
30 | [requiredText]="'device-profile.edrx-cycle-required'" | 30 | [requiredText]="'device-profile.edrx-cycle-required'" |
31 | [patternText]="'device-profile.edrx-cycle-pattern'" | 31 | [patternText]="'device-profile.edrx-cycle-pattern'" |
32 | - [minTime]="20480" | 32 | + [minTime]="5120" |
33 | [minText]="'device-profile.edrx-cycle-min'" | 33 | [minText]="'device-profile.edrx-cycle-min'" |
34 | formControlName="edrxCycle"> | 34 | formControlName="edrxCycle"> |
35 | </tb-time-unit-select> | 35 | </tb-time-unit-select> |
36 | <tb-time-unit-select [labelText]="'device-profile.paging-transmission-window'" | 36 | <tb-time-unit-select [labelText]="'device-profile.paging-transmission-window'" |
37 | [requiredText]="'device-profile.paging-transmission-window-required'" | 37 | [requiredText]="'device-profile.paging-transmission-window-required'" |
38 | [patternText]="'device-profile.paging-transmission-window-pattern'" | 38 | [patternText]="'device-profile.paging-transmission-window-pattern'" |
39 | - [minTime]="2000" | 39 | + [minTime]="1280" |
40 | [minText]="'device-profile.paging-transmission-window-min'" | 40 | [minText]="'device-profile.paging-transmission-window-min'" |
41 | formControlName="pagingTransmissionWindow"> | 41 | formControlName="pagingTransmissionWindow"> |
42 | </tb-time-unit-select> | 42 | </tb-time-unit-select> |
@@ -45,7 +45,7 @@ | @@ -45,7 +45,7 @@ | ||
45 | [labelText]="'device-profile.psm-activity-timer'" | 45 | [labelText]="'device-profile.psm-activity-timer'" |
46 | [requiredText]="'device-profile.psm-activity-timer-required'" | 46 | [requiredText]="'device-profile.psm-activity-timer-required'" |
47 | [patternText]="'device-profile.psm-activity-timer-pattern'" | 47 | [patternText]="'device-profile.psm-activity-timer-pattern'" |
48 | - [minTime]="2000" | 48 | + [minTime]="1280" |
49 | [minText]="'device-profile.psm-activity-timer-min'" | 49 | [minText]="'device-profile.psm-activity-timer-min'" |
50 | formControlName="psmActivityTimer"> | 50 | formControlName="psmActivityTimer"> |
51 | </tb-time-unit-select> | 51 | </tb-time-unit-select> |