fossekall-interface 0.1.46 → 0.1.48

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-03-31 19:37:18. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-03-31 23:28:32. 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-03-31 19:37:15. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-03-31 23:28:29. 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;
@@ -258,7 +258,7 @@ export const sensors_loadcell_LoadCellBatch = bin.object({
258
258
  count: bin.u8, // unsigned char
259
259
  seq: bin.u8, // unsigned char
260
260
  overrun: bin.bool, // bool
261
- samples: bin.arrayOf(bin.i32, 10), // int[10]
261
+ samples: bin.arrayOf(bin.i32, 20), // int[20]
262
262
  });
263
263
  export const LoadCellPacket = bin.object({
264
264
  loadcell_id: bin.u8, // node::load_cell::Id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossekall-interface",
3
- "version": "0.1.46",
3
+ "version": "0.1.48",
4
4
  "description": "API contracts between client and server (rocket and GUI)",
5
5
  "license": "ISC",
6
6
  "author": "Propulse",