Why ?
actMinWeekMod = ActMon.getInfo().activeMinutesWeek.moderate; // Moderate Minutes for the Week
actMinWeekVig = ActMon.getInfo().activeMinutesWeek.vigorous; // Vigorous Minutes for the Week
actMinWeekTotal = ActMon.getInfo().activeMinutesWeek.total;
So .. actMinWeekMod and actMinWeekVig always stay at 0 but actMinWeekTotal is fine. This is in SDK 2.1.2 in the simulator and on the VAHR Connect IQ 2.1.1.
actMinModDay = ActMon.getInfo().activeMinutesDay.moderate; // Moderate Minutes for the DAY
actMinVigDay = ActMon.getInfo().activeMinutesDay.vigorous; // Vigorous Minutes for the DAY
These 2 also work just fine.
Tried .. SDK 2.1.3 as well and same result.