tirecheck-device-sdk 0.2.50 → 0.2.51
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
|
@@ -520,7 +520,7 @@ const bridgeOtaAdvertisingParser = {
|
|
|
520
520
|
|
|
521
521
|
const deviceMeta = {
|
|
522
522
|
bridge: {
|
|
523
|
-
nameRegex: /^(030303|030321)$/,
|
|
523
|
+
nameRegex: /^(030303|030321|030632)$/,
|
|
524
524
|
communication: {
|
|
525
525
|
serviceId: "4880c12c-fdcb-4077-8920-a450d7f9b907",
|
|
526
526
|
// message from device
|
package/dist/index.mjs
CHANGED
|
@@ -513,7 +513,7 @@ const bridgeOtaAdvertisingParser = {
|
|
|
513
513
|
|
|
514
514
|
const deviceMeta = {
|
|
515
515
|
bridge: {
|
|
516
|
-
nameRegex: /^(030303|030321)$/,
|
|
516
|
+
nameRegex: /^(030303|030321|030632)$/,
|
|
517
517
|
communication: {
|
|
518
518
|
serviceId: "4880c12c-fdcb-4077-8920-a450d7f9b907",
|
|
519
519
|
// 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.51",
|
|
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",
|