tirecheck-device-sdk 0.2.26 → 0.2.27
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 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -543,7 +543,8 @@ const deviceMeta = {
|
|
|
543
543
|
// },
|
|
544
544
|
// },
|
|
545
545
|
flexiGaugeTpms: {
|
|
546
|
-
|
|
546
|
+
// after implementation of normal fg replace with /^Flexi.*TPMS.*/,
|
|
547
|
+
nameRegex: /^Flexi.*/,
|
|
547
548
|
communication: {
|
|
548
549
|
serviceId: "4880c12c-fdcb-4077-8920-a450d7f9b907",
|
|
549
550
|
characteristicId: "fec26ec4-6d71-4442-9f81-55bc21d658d6"
|
package/dist/index.mjs
CHANGED
|
@@ -536,7 +536,8 @@ const deviceMeta = {
|
|
|
536
536
|
// },
|
|
537
537
|
// },
|
|
538
538
|
flexiGaugeTpms: {
|
|
539
|
-
|
|
539
|
+
// after implementation of normal fg replace with /^Flexi.*TPMS.*/,
|
|
540
|
+
nameRegex: /^Flexi.*/,
|
|
540
541
|
communication: {
|
|
541
542
|
serviceId: "4880c12c-fdcb-4077-8920-a450d7f9b907",
|
|
542
543
|
characteristicId: "fec26ec4-6d71-4442-9f81-55bc21d658d6"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tirecheck-device-sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.27",
|
|
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",
|