incyclist-devices 2.4.7 → 2.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -391,7 +391,7 @@ class BleFitnessMachineDevice extends sensor_1.TBleSensor {
391
391
  check(consts_2.TargetSettingFeatureFlag.WheelCircumferenceConfigurationSupported, 'wheelCircumference');
392
392
  check(consts_2.TargetSettingFeatureFlag.SpinDownControlSupported, 'spindown');
393
393
  check(consts_2.TargetSettingFeatureFlag.TargetedCadenceConfigurationSupported, 'cadence');
394
- if (this.supportsVirtualShifting) {
394
+ if (this.supportsVirtualShifting()) {
395
395
  info.push('virtualShifting');
396
396
  }
397
397
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "incyclist-devices",
3
- "version": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "dependencies": {
5
5
  "@protobuf-ts/runtime": "^2.11.1",
6
6
  "@serialport/bindings-interface": "^1.2.2",