tirecheck-device-sdk 0.2.53 → 0.2.54

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
@@ -521,7 +521,7 @@ const bridgeOtaAdvertisingParser = {
521
521
 
522
522
  const deviceMeta = {
523
523
  bridge: {
524
- nameRegex: /^(030303|030321|030632)$/,
524
+ nameRegex: /^(030303|030321|030632|KSC-B3)$/,
525
525
  communication: {
526
526
  serviceId: "4880c12c-fdcb-4077-8920-a450d7f9b907",
527
527
  // message from device
package/dist/index.mjs CHANGED
@@ -514,7 +514,7 @@ const bridgeOtaAdvertisingParser = {
514
514
 
515
515
  const deviceMeta = {
516
516
  bridge: {
517
- nameRegex: /^(030303|030321|030632)$/,
517
+ nameRegex: /^(030303|030321|030632|KSC-B3)$/,
518
518
  communication: {
519
519
  serviceId: "4880c12c-fdcb-4077-8920-a450d7f9b907",
520
520
  // message from device
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tirecheck-device-sdk",
3
- "version": "0.2.53",
3
+ "version": "0.2.54",
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",