Class: Toybox.AntPlus.FitnessEquipmentData

Overview

Represents general fitness equipment transmitted data. 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 feDistance as Lang.Float or Null

The elapsed distance calculated by the trainer since reset Range is always greater than or equal to 0m

Since:

API Level 2.4.0

Returns:

var feHeartRate as Lang.Float or Null

The heart rate calculated by the trainer. This may come from hand sensors, or an HRM if connected to the equipment

Since:

API Level 2.4.0

Returns:

var feSpeed as Lang.Float or Null

The speed calculated by the trainer

Since:

API Level 2.4.0

Returns:

  • Lang.Float

    0-65.534m/s range, invalid 0xFFFF


Generated Apr 17, 2024 9:40:40 AM