Class: Toybox.ActivityMonitor.ActiveMinutes
- Inherits:
-
Toybox.Lang.Object
Overview
A class representing the active minutes recorded by the device.
Instance Member Summary collapse
-
moderate as Lang.Number
The total number of moderate activity minutes recorded by the device.
-
total as Lang.Number
The total number of active minutes recorded by the device.
-
vigorous as Lang.Number
The total number of vigorous activity minutes recorded by the device.
Instance Attribute Details
var moderate as Lang.Number
The total number of moderate activity minutes recorded by the device.
var total as Lang.Number
The total number of active minutes recorded by the device.
This value is equal to the total number of moderate minutes plus twice the total number of vigorous minutes.
var vigorous as Lang.Number
The total number of vigorous activity minutes recorded by the device.