tirecheck-device-sdk 0.2.52 → 0.2.53

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
@@ -531,7 +531,7 @@ const deviceMeta = {
531
531
  getDeviceInfoFromAdvertising: bridgeAdvertisingParser.getDeviceInfoFromAdvertising
532
532
  },
533
533
  bridgeOta: {
534
- nameRegex: /(CAN BLE BRDG OTA.*|0303.{2}_B)/,
534
+ nameRegex: /(CAN BLE BRDG OTA.*|0303.{2}_B|030632_B)/,
535
535
  mtu: 180,
536
536
  characteristic: {
537
537
  serviceId: "4880c12c-fdcb-4077-8920-a450d7f9b907",
package/dist/index.mjs CHANGED
@@ -524,7 +524,7 @@ const deviceMeta = {
524
524
  getDeviceInfoFromAdvertising: bridgeAdvertisingParser.getDeviceInfoFromAdvertising
525
525
  },
526
526
  bridgeOta: {
527
- nameRegex: /(CAN BLE BRDG OTA.*|0303.{2}_B)/,
527
+ nameRegex: /(CAN BLE BRDG OTA.*|0303.{2}_B|030632_B)/,
528
528
  mtu: 180,
529
529
  characteristic: {
530
530
  serviceId: "4880c12c-fdcb-4077-8920-a450d7f9b907",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tirecheck-device-sdk",
3
- "version": "0.2.52",
3
+ "version": "0.2.53",
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",