fossekall-interface 0.1.88 → 0.1.90

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-12 19:02:35. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-04-13 09:56:59. 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;
@@ -263,6 +263,7 @@ export declare const regulators_RegulatorStatus: import("typed-binary").ObjectSc
263
263
  policy_enabled: import("typed-binary").BoolSchema;
264
264
  active: import("typed-binary").BoolSchema;
265
265
  reserved: import("typed-binary").BoolSchema;
266
+ valveSetpoint: import("typed-binary").Float32Schema;
266
267
  setpoint: import("typed-binary").Float32Schema;
267
268
  kp: import("typed-binary").Float32Schema;
268
269
  ki: import("typed-binary").Float32Schema;
@@ -283,6 +284,7 @@ export declare const RegulatorStatusPacket: import("typed-binary").ObjectSchema<
283
284
  policy_enabled: import("typed-binary").BoolSchema;
284
285
  active: import("typed-binary").BoolSchema;
285
286
  reserved: import("typed-binary").BoolSchema;
287
+ valveSetpoint: import("typed-binary").Float32Schema;
286
288
  setpoint: import("typed-binary").Float32Schema;
287
289
  kp: import("typed-binary").Float32Schema;
288
290
  ki: import("typed-binary").Float32Schema;
@@ -655,6 +657,7 @@ export declare const spec: {
655
657
  policy_enabled: import("typed-binary").BoolSchema;
656
658
  active: import("typed-binary").BoolSchema;
657
659
  reserved: import("typed-binary").BoolSchema;
660
+ valveSetpoint: import("typed-binary").Float32Schema;
658
661
  setpoint: import("typed-binary").Float32Schema;
659
662
  kp: import("typed-binary").Float32Schema;
660
663
  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-12 19:02:38. Do not edit manually!
2
+ // This file was generated by FRICC on 2026-04-13 09:57:03. 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;
@@ -246,6 +246,7 @@ export const regulators_RegulatorStatus = bin.object({
246
246
  policy_enabled: bin.bool, // bool
247
247
  active: bin.bool, // bool
248
248
  reserved: bin.bool, // bool
249
+ valveSetpoint: bin.f32, // float
249
250
  setpoint: bin.f32, // float
250
251
  kp: bin.f32, // float
251
252
  ki: bin.f32, // float
@@ -428,6 +428,12 @@
428
428
  "type": "bool",
429
429
  "format_string": "<?"
430
430
  },
431
+ {
432
+ "name": "valveSetpoint",
433
+ "kind": "primitive",
434
+ "type": "float",
435
+ "format_string": "<f"
436
+ },
431
437
  {
432
438
  "name": "setpoint",
433
439
  "kind": "primitive",
@@ -489,10 +495,10 @@
489
495
  "format_string": "<I"
490
496
  }
491
497
  ],
492
- "format_string": "<????fffffffffI"
498
+ "format_string": "<????ffffffffffI"
493
499
  }
494
500
  ],
495
- "format_string": "<BI????fffffffffI"
501
+ "format_string": "<BI????ffffffffffI"
496
502
  },
497
503
  "ThermocouplePacket": {
498
504
  "port": 5006,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossekall-interface",
3
- "version": "0.1.88",
3
+ "version": "0.1.90",
4
4
  "description": "API contracts between client and server (rocket and GUI)",
5
5
  "license": "ISC",
6
6
  "author": "Propulse",