tirecheck-device-sdk 0.2.39 → 0.2.40
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 -2
- package/dist/index.d.cts +0 -1
- package/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -881,7 +881,6 @@ const bridgeCommandStructures = {
|
|
|
881
881
|
baudRate: {
|
|
882
882
|
size: 2,
|
|
883
883
|
description: "Baud rate",
|
|
884
|
-
display: "decimal",
|
|
885
884
|
version: "1.0.5"
|
|
886
885
|
}
|
|
887
886
|
}
|
|
@@ -3794,7 +3793,7 @@ function getSimulatedBridgeTemplate() {
|
|
|
3794
3793
|
transparentFilteredMode: "01",
|
|
3795
3794
|
spnsPgnsBitmap: "00000000"
|
|
3796
3795
|
},
|
|
3797
|
-
workshopCANSettings: { canTermination: "01", baudRate:
|
|
3796
|
+
workshopCANSettings: { canTermination: "01", baudRate: "0000" },
|
|
3798
3797
|
customerPressureThresholds: {
|
|
3799
3798
|
axle01: "32190912",
|
|
3800
3799
|
axle02: "32190912",
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -874,7 +874,6 @@ const bridgeCommandStructures = {
|
|
|
874
874
|
baudRate: {
|
|
875
875
|
size: 2,
|
|
876
876
|
description: "Baud rate",
|
|
877
|
-
display: "decimal",
|
|
878
877
|
version: "1.0.5"
|
|
879
878
|
}
|
|
880
879
|
}
|
|
@@ -3787,7 +3786,7 @@ function getSimulatedBridgeTemplate() {
|
|
|
3787
3786
|
transparentFilteredMode: "01",
|
|
3788
3787
|
spnsPgnsBitmap: "00000000"
|
|
3789
3788
|
},
|
|
3790
|
-
workshopCANSettings: { canTermination: "01", baudRate:
|
|
3789
|
+
workshopCANSettings: { canTermination: "01", baudRate: "0000" },
|
|
3791
3790
|
customerPressureThresholds: {
|
|
3792
3791
|
axle01: "32190912",
|
|
3793
3792
|
axle02: "32190912",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tirecheck-device-sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.40",
|
|
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",
|