tirecheck-device-sdk 0.1.992 → 0.1.993

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.
package/dist/index.cjs CHANGED
@@ -2087,7 +2087,7 @@ const bridgeCommands = {
2087
2087
  return clearTimeout(keepAliveTimer[device.id]);
2088
2088
  }
2089
2089
  this.sendKeepAliveCommand(device);
2090
- }, 1e4);
2090
+ }, 8e3);
2091
2091
  return promiseQueue.enqueue(device, writeCommand);
2092
2092
  }
2093
2093
  };
package/dist/index.mjs CHANGED
@@ -2080,7 +2080,7 @@ const bridgeCommands = {
2080
2080
  return clearTimeout(keepAliveTimer[device.id]);
2081
2081
  }
2082
2082
  this.sendKeepAliveCommand(device);
2083
- }, 1e4);
2083
+ }, 8e3);
2084
2084
  return promiseQueue.enqueue(device, writeCommand);
2085
2085
  }
2086
2086
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tirecheck-device-sdk",
3
- "version": "0.1.992",
3
+ "version": "0.1.993",
4
4
  "description": "SDK for working with various devices produced by Tirecheck via Bluetooth (CAN Bridge, Routers, Sensors, FlexiGauge, PressureStick, etc)",
5
5
  "author": "Leonid Buneev <leonid.buneev@tirecheck.com>",
6
6
  "license": "ISC",