fossekall-interface 0.1.141 → 0.1.143

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.
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-07-09 22:23:27. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-10 13:34:08. Do not edit manually!
3
3
  // The current version of typed-binary does not support 64-bit primitives.
4
4
  // So for we'll implement our own schemas. :)
5
5
  const __littleEndian = true;
@@ -487,7 +487,7 @@ export declare const sensors_bms_ChargerData: import("typed-binary").ObjectSchem
487
487
  charging: import("typed-binary").BoolSchema;
488
488
  power_good: import("typed-binary").BoolSchema;
489
489
  faults: import("typed-binary").ByteSchema;
490
- state: import("typed-binary").Uint32Schema;
490
+ state: import("typed-binary").ByteSchema;
491
491
  }>;
492
492
  export type sensors_bms_ChargerData = bin.Parsed<typeof sensors_bms_ChargerData>;
493
493
  export declare const BmsTelemetryPacket: import("typed-binary").ObjectSchema<{
@@ -531,7 +531,7 @@ export declare const BmsTelemetryPacket: import("typed-binary").ObjectSchema<{
531
531
  charging: import("typed-binary").BoolSchema;
532
532
  power_good: import("typed-binary").BoolSchema;
533
533
  faults: import("typed-binary").ByteSchema;
534
- state: import("typed-binary").Uint32Schema;
534
+ state: import("typed-binary").ByteSchema;
535
535
  }>;
536
536
  }>;
537
537
  export type BmsTelemetryPacket = bin.Parsed<typeof BmsTelemetryPacket>;
@@ -962,7 +962,7 @@ export declare const spec: {
962
962
  charging: import("typed-binary").BoolSchema;
963
963
  power_good: import("typed-binary").BoolSchema;
964
964
  faults: import("typed-binary").ByteSchema;
965
- state: import("typed-binary").Uint32Schema;
965
+ state: import("typed-binary").ByteSchema;
966
966
  }>;
967
967
  }>;
968
968
  enums: {
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-07-09 22:23:30. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-10 13:34:11. Do not edit manually!
3
3
  // The current version of typed-binary does not support 64-bit primitives.
4
4
  // So for we'll implement our own schemas. :)
5
5
  const __littleEndian = true;
@@ -358,7 +358,7 @@ export const sensors_bms_ChargerData = bin.object({
358
358
  charging: bin.bool, // bool
359
359
  power_good: bin.bool, // bool
360
360
  faults: bin.u8, // unsigned char
361
- state: bin.u32, // sensors::bms::ChargingStatus
361
+ state: bin.u8, // sensors::bms::ChargingStatus
362
362
  });
363
363
  export const BmsTelemetryPacket = bin.object({
364
364
  timestamp_ms: bin.u32, // unsigned int
@@ -1105,13 +1105,13 @@
1105
1105
  "name": "state",
1106
1106
  "kind": "enum",
1107
1107
  "type": "sensors::bms::ChargingStatus",
1108
- "format_string": "<I"
1108
+ "format_string": "<B"
1109
1109
  }
1110
1110
  ],
1111
- "format_string": "<dddddd??BI"
1111
+ "format_string": "<dddddd??BB"
1112
1112
  }
1113
1113
  ],
1114
- "format_string": "<IfffffffffffffffffffffB??dddddd??BI"
1114
+ "format_string": "<IfffffffffffffffffffffB??dddddd??BB"
1115
1115
  }
1116
1116
  },
1117
1117
  "enums": {
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-07-09 16:43:49. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-10 13:52:08. Do not edit manually!
3
3
  // The current version of typed-binary does not support 64-bit primitives.
4
4
  // So for we'll implement our own schemas. :)
5
5
  const __littleEndian = true;
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-07-09 16:43:52. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-07-10 13:52:11. Do not edit manually!
3
3
  // The current version of typed-binary does not support 64-bit primitives.
4
4
  // So for we'll implement our own schemas. :)
5
5
  const __littleEndian = true;
@@ -240,7 +240,7 @@ export const spec = {
240
240
  },
241
241
  LoadCellPacket: {
242
242
  port: 5047,
243
- fragment: "loadcell_id",
243
+ fragment: "load_cell_id",
244
244
  schema: LoadCellPacket,
245
245
  enums: {
246
246
  load_cell_id: sensors_load_cell_Id,
@@ -254,7 +254,7 @@
254
254
  },
255
255
  "LoadCellPacket": {
256
256
  "port": 5047,
257
- "fragment": "loadcell_id",
257
+ "fragment": "load_cell_id",
258
258
  "kind": "struct",
259
259
  "type": "LoadCellPacket",
260
260
  "fields": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossekall-interface",
3
- "version": "0.1.141",
3
+ "version": "0.1.143",
4
4
  "description": "API contracts between client and server (rocket and GUI)",
5
5
  "license": "ISC",
6
6
  "author": "Propulse",