Commit 2f7a8c9534e981786a8fef2e1adaae1eb1dc2a22

Authored by Vladyslav_Prykhodko
Committed by Andrew Shvayka
1 parent 7eb55b90

UI: reduced minimum time for power mode settings

... ... @@ -29,14 +29,14 @@
29 29 <tb-time-unit-select [labelText]="'device-profile.edrx-cycle'"
30 30 [requiredText]="'device-profile.edrx-cycle-required'"
31 31 [patternText]="'device-profile.edrx-cycle-pattern'"
32   - [minTime]="20480"
  32 + [minTime]="5120"
33 33 [minText]="'device-profile.edrx-cycle-min'"
34 34 formControlName="edrxCycle">
35 35 </tb-time-unit-select>
36 36 <tb-time-unit-select [labelText]="'device-profile.paging-transmission-window'"
37 37 [requiredText]="'device-profile.paging-transmission-window-required'"
38 38 [patternText]="'device-profile.paging-transmission-window-pattern'"
39   - [minTime]="2000"
  39 + [minTime]="1280"
40 40 [minText]="'device-profile.paging-transmission-window-min'"
41 41 formControlName="pagingTransmissionWindow">
42 42 </tb-time-unit-select>
... ... @@ -45,7 +45,7 @@
45 45 [labelText]="'device-profile.psm-activity-timer'"
46 46 [requiredText]="'device-profile.psm-activity-timer-required'"
47 47 [patternText]="'device-profile.psm-activity-timer-pattern'"
48   - [minTime]="2000"
  48 + [minTime]="1280"
49 49 [minText]="'device-profile.psm-activity-timer-min'"
50 50 formControlName="psmActivityTimer">
51 51 </tb-time-unit-select>
... ...