incyclist-devices 1.4.70 → 1.4.71

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.
@@ -197,6 +197,8 @@ class WahooAdvancedFitnessMachineDevice extends fm_1.default {
197
197
  if (this.hasControl)
198
198
  return true;
199
199
  this.logEvent({ message: 'requestControl' });
200
+ this.hasControl = true;
201
+ return;
200
202
  const data = Buffer.alloc(2);
201
203
  data.writeUInt8(0xEE, 0);
202
204
  data.writeUInt8(0xFC, 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "incyclist-devices",
3
- "version": "1.4.70",
3
+ "version": "1.4.71",
4
4
  "dependencies": {
5
5
  "@serialport/parser-byte-length": "^9.0.1",
6
6
  "@serialport/parser-delimiter": "^9.0.1",