fossekall-interface 0.1.85 → 0.1.86

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-04-11 14:39:57. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-04-12 16:36:35. 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;
@@ -264,6 +264,7 @@ export declare const regulators_RegulatorStatus: import("typed-binary").ObjectSc
264
264
  operator_enabled: import("typed-binary").BoolSchema;
265
265
  policy_enabled: import("typed-binary").BoolSchema;
266
266
  active: import("typed-binary").BoolSchema;
267
+ reserved: import("typed-binary").BoolSchema;
267
268
  setpoint: import("typed-binary").Float32Schema;
268
269
  kp: import("typed-binary").Float32Schema;
269
270
  ki: import("typed-binary").Float32Schema;
@@ -283,6 +284,7 @@ export declare const RegulatorStatusPacket: import("typed-binary").ObjectSchema<
283
284
  operator_enabled: import("typed-binary").BoolSchema;
284
285
  policy_enabled: import("typed-binary").BoolSchema;
285
286
  active: import("typed-binary").BoolSchema;
287
+ reserved: import("typed-binary").BoolSchema;
286
288
  setpoint: import("typed-binary").Float32Schema;
287
289
  kp: import("typed-binary").Float32Schema;
288
290
  ki: import("typed-binary").Float32Schema;
@@ -660,6 +662,7 @@ export declare const spec: {
660
662
  operator_enabled: import("typed-binary").BoolSchema;
661
663
  policy_enabled: import("typed-binary").BoolSchema;
662
664
  active: import("typed-binary").BoolSchema;
665
+ reserved: import("typed-binary").BoolSchema;
663
666
  setpoint: import("typed-binary").Float32Schema;
664
667
  kp: import("typed-binary").Float32Schema;
665
668
  ki: import("typed-binary").Float32Schema;
@@ -1,5 +1,5 @@
1
1
  import bin, { Measurer, Schema } from 'typed-binary';
2
- // This file was generated by FRICC on 2026-04-11 14:40:00. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-04-12 16:36:38. 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;
@@ -247,6 +247,7 @@ export const regulators_RegulatorStatus = bin.object({
247
247
  operator_enabled: bin.bool, // bool
248
248
  policy_enabled: bin.bool, // bool
249
249
  active: bin.bool, // bool
250
+ reserved: bin.bool, // bool
250
251
  setpoint: bin.f32, // float
251
252
  kp: bin.f32, // float
252
253
  ki: bin.f32, // float
@@ -422,6 +422,12 @@
422
422
  "type": "bool",
423
423
  "format_string": "<?"
424
424
  },
425
+ {
426
+ "name": "reserved",
427
+ "kind": "primitive",
428
+ "type": "bool",
429
+ "format_string": "<?"
430
+ },
425
431
  {
426
432
  "name": "setpoint",
427
433
  "kind": "primitive",
@@ -483,10 +489,10 @@
483
489
  "format_string": "<I"
484
490
  }
485
491
  ],
486
- "format_string": "<???fffffffffI"
492
+ "format_string": "<????fffffffffI"
487
493
  }
488
494
  ],
489
- "format_string": "<BI???fffffffffI"
495
+ "format_string": "<BI????fffffffffI"
490
496
  },
491
497
  "ThermocouplePacket": {
492
498
  "port": 5006,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossekall-interface",
3
- "version": "0.1.85",
3
+ "version": "0.1.86",
4
4
  "description": "API contracts between client and server (rocket and GUI)",
5
5
  "license": "ISC",
6
6
  "author": "Propulse",