tirecheck-device-sdk 0.2.38 → 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 CHANGED
@@ -877,6 +877,11 @@ const bridgeCommandStructures = {
877
877
  canTermination: {
878
878
  size: 1,
879
879
  description: "CAN Termination disabled / enabled"
880
+ },
881
+ baudRate: {
882
+ size: 2,
883
+ description: "Baud rate",
884
+ version: "1.0.5"
880
885
  }
881
886
  }
882
887
  },
@@ -3788,7 +3793,7 @@ function getSimulatedBridgeTemplate() {
3788
3793
  transparentFilteredMode: "01",
3789
3794
  spnsPgnsBitmap: "00000000"
3790
3795
  },
3791
- workshopCANSettings: { canTermination: "01" },
3796
+ workshopCANSettings: { canTermination: "01", baudRate: "0000" },
3792
3797
  customerPressureThresholds: {
3793
3798
  axle01: "32190912",
3794
3799
  axle02: "32190912",
package/dist/index.d.cts CHANGED
@@ -125,6 +125,11 @@ declare const _default: {
125
125
  size: number;
126
126
  description: string;
127
127
  };
128
+ baudRate: {
129
+ size: number;
130
+ description: string;
131
+ version: string;
132
+ };
128
133
  };
129
134
  };
130
135
  customerCanSettings: {
package/dist/index.d.mts CHANGED
@@ -125,6 +125,11 @@ declare const _default: {
125
125
  size: number;
126
126
  description: string;
127
127
  };
128
+ baudRate: {
129
+ size: number;
130
+ description: string;
131
+ version: string;
132
+ };
128
133
  };
129
134
  };
130
135
  customerCanSettings: {
package/dist/index.d.ts CHANGED
@@ -125,6 +125,11 @@ declare const _default: {
125
125
  size: number;
126
126
  description: string;
127
127
  };
128
+ baudRate: {
129
+ size: number;
130
+ description: string;
131
+ version: string;
132
+ };
128
133
  };
129
134
  };
130
135
  customerCanSettings: {
package/dist/index.mjs CHANGED
@@ -870,6 +870,11 @@ const bridgeCommandStructures = {
870
870
  canTermination: {
871
871
  size: 1,
872
872
  description: "CAN Termination disabled / enabled"
873
+ },
874
+ baudRate: {
875
+ size: 2,
876
+ description: "Baud rate",
877
+ version: "1.0.5"
873
878
  }
874
879
  }
875
880
  },
@@ -3781,7 +3786,7 @@ function getSimulatedBridgeTemplate() {
3781
3786
  transparentFilteredMode: "01",
3782
3787
  spnsPgnsBitmap: "00000000"
3783
3788
  },
3784
- workshopCANSettings: { canTermination: "01" },
3789
+ workshopCANSettings: { canTermination: "01", baudRate: "0000" },
3785
3790
  customerPressureThresholds: {
3786
3791
  axle01: "32190912",
3787
3792
  axle02: "32190912",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tirecheck-device-sdk",
3
- "version": "0.2.38",
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",