Class: Toybox.AntPlus.UserSettings

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.

Since:

API Level 2.4.0

Supported Devices:

Instance Member Summary collapse

Instance Attribute Details

var bikeWeight as Lang.Float or Null

The bike weight set for simulation training mode

Since:

API Level 2.4.0

Returns:

var gearRatio as Lang.Float or Null

The gear ratio set for simulation training mode

Since:

API Level 2.4.0

Returns:

var userWeight as Lang.Float or Null

The user weight set for simulation training mode

Since:

API Level 2.4.0

Returns:

var wheelDiameter as Lang.Float or Null

The wheel diameter set for simulation training mode

Since:

API Level 2.4.0

Returns:


Generated Apr 17, 2024 9:40:40 AM