tirecheck-device-sdk 0.2.60 → 0.2.61
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -539,7 +539,7 @@ const bridgeOtaAdvertisingParser = {
|
|
|
539
539
|
|
|
540
540
|
const deviceMeta = {
|
|
541
541
|
bridge: {
|
|
542
|
-
nameRegex: /^(030303|030321|030632|KSC-B3)$/,
|
|
542
|
+
nameRegex: /^(030303|030321|030632|030717|KSC-B3)$/,
|
|
543
543
|
communication: {
|
|
544
544
|
serviceId: "4880c12c-fdcb-4077-8920-a450d7f9b907",
|
|
545
545
|
// message from device
|
package/dist/index.mjs
CHANGED
|
@@ -532,7 +532,7 @@ const bridgeOtaAdvertisingParser = {
|
|
|
532
532
|
|
|
533
533
|
const deviceMeta = {
|
|
534
534
|
bridge: {
|
|
535
|
-
nameRegex: /^(030303|030321|030632|KSC-B3)$/,
|
|
535
|
+
nameRegex: /^(030303|030321|030632|030717|KSC-B3)$/,
|
|
536
536
|
communication: {
|
|
537
537
|
serviceId: "4880c12c-fdcb-4077-8920-a450d7f9b907",
|
|
538
538
|
// message from device
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tirecheck-device-sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.61",
|
|
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",
|