Class: Toybox.AntPlus.FitnessEquipmentData
- Inherits:
-
Toybox.Lang.Object
Overview
Represents general fitness equipment transmitted data.
Fields may return null
so you should null
check values before using them.
Instance Member Summary collapse
-
feDistance as Lang.Float or Null
The elapsed distance calculated by the trainer since reset Range is always greater than or equal to 0m.
-
feHeartRate as Lang.Float or Null
The heart rate calculated by the trainer.
-
feSpeed as Lang.Float or Null
The speed calculated by the trainer.
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
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
var feSpeed as Lang.Float or Null
The speed calculated by the trainer