Class: Toybox.AntPlus.UserSettings
- Inherits:
-
Toybox.Lang.Object
Overview
Represents user configurations of fitness equipment for
equipment that supports simulation training mode.
Fields may return null
so you should null
check values before using them.
Instance Member Summary collapse
-
bikeWeight as Lang.Float or Null
The bike weight set for simulation training mode.
-
gearRatio as Lang.Float or Null
The gear ratio set for simulation training mode.
-
userWeight as Lang.Float or Null
The user weight set for simulation training mode.
-
wheelDiameter as Lang.Float or Null
The wheel diameter set for simulation training mode.
Instance Attribute Details
var bikeWeight as Lang.Float or Null
The bike weight set for simulation training mode
var gearRatio as Lang.Float or Null
The gear ratio set for simulation training mode
var userWeight as Lang.Float or Null
The user weight set for simulation training mode
var wheelDiameter as Lang.Float or Null
The wheel diameter set for simulation training mode