Class: Toybox.AntPlus.TorqueEffectivenessPedalSmoothness
- Inherits:
-
Toybox.Lang.Object
Overview
The TorqueEffectivenessPedalSmoothness object represents the instantaneous torque effectiveness and pedal smoothness.
Fields may return null
so you should null
check values before using
them.
Instance Member Summary collapse
-
leftOrCombinedPedalSmoothness as Lang.Float or Null
Left pedal smoothness if separate is supported, else it is the combined smoothness (%).
-
leftTorqueEffectiveness as Lang.Float or Null
Left torque effectiveness.
-
rightPedalSmoothness as Lang.Float or Null
Right pedal smoothness (%).
-
rightTorqueEffectiveness as Lang.Float or Null
Right torque effectiveness.
-
separatePedalSmoothnessSupport as Lang.Boolean or Null
Define if pedal smoothness is separate.
Instance Attribute Details
var leftOrCombinedPedalSmoothness as Lang.Float or Null
Left pedal smoothness if separate is supported, else it is the combined smoothness (%).
var leftTorqueEffectiveness as Lang.Float or Null
Left torque effectiveness.
0xFF: Invalid or negative values (%).
var rightPedalSmoothness as Lang.Float or Null
Right pedal smoothness (%).
var rightTorqueEffectiveness as Lang.Float or Null
Right torque effectiveness.
0xFF: Invalid or negative values (%).
var separatePedalSmoothnessSupport as Lang.Boolean or Null
Define if pedal smoothness is separate.