tirecheck-device-sdk 0.2.52 → 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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
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
|
|
@@ -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
|
@@ -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
|
|
@@ -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.
|
|
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",
|