Class: Toybox.AntPlus.CalculatedPower
- Inherits:
-
Toybox.Lang.Object
Overview
Represents the calculated power.
Fields may return null
so you should null
check values before using
them.
Instance Member Summary collapse
-
power as Lang.Float or Null
The average power calculated from the sensor data in watts (W).
-
powerSensorType as AntPlus.BikePowerSensorType or Null
The BIKE_POWER_SENSOR_TYPE_* value of the bike power sensor.
Instance Attribute Details
var power as Lang.Float or Null
The average power calculated from the sensor data in watts (W).
var powerSensorType as AntPlus.BikePowerSensorType or Null
The BIKE_POWER_SENSOR_TYPE_* value of the bike power sensor.