fossekall-interface 0.1.105 → 0.1.107
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/generated/ecu/commands.d.ts +3 -0
- package/dist/generated/ecu/commands.js +2 -1
- package/dist/generated/ecu/commands.json +2 -1
- package/dist/generated/ecu/telemetry.d.ts +4 -0
- package/dist/generated/ecu/telemetry.js +2 -1
- package/dist/generated/ecu/telemetry.json +2 -1
- package/package.json +1 -1
|
@@ -35,6 +35,7 @@ export declare const StateId: {
|
|
|
35
35
|
readonly Shutdown: 9;
|
|
36
36
|
readonly PostShutdown: 10;
|
|
37
37
|
readonly Purge: 11;
|
|
38
|
+
readonly Hold: 12;
|
|
38
39
|
};
|
|
39
40
|
export type StateId = (typeof StateId)[keyof typeof StateId];
|
|
40
41
|
export declare const node_servo_Id: {
|
|
@@ -365,6 +366,7 @@ export declare const spec: {
|
|
|
365
366
|
readonly Shutdown: 9;
|
|
366
367
|
readonly PostShutdown: 10;
|
|
367
368
|
readonly Purge: 11;
|
|
369
|
+
readonly Hold: 12;
|
|
368
370
|
};
|
|
369
371
|
};
|
|
370
372
|
};
|
|
@@ -387,6 +389,7 @@ export declare const spec: {
|
|
|
387
389
|
readonly Shutdown: 9;
|
|
388
390
|
readonly PostShutdown: 10;
|
|
389
391
|
readonly Purge: 11;
|
|
392
|
+
readonly Hold: 12;
|
|
390
393
|
};
|
|
391
394
|
};
|
|
392
395
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import bin, { Measurer, Schema } from 'typed-binary';
|
|
2
|
-
// This file was generated by FRICC on 2026-04-
|
|
2
|
+
// This file was generated by FRICC on 2026-04-19 10:04: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;
|
|
@@ -82,6 +82,7 @@ export const StateId = {
|
|
|
82
82
|
Shutdown: 9,
|
|
83
83
|
PostShutdown: 10,
|
|
84
84
|
Purge: 11,
|
|
85
|
+
Hold: 12,
|
|
85
86
|
};
|
|
86
87
|
export const node_servo_Id = {
|
|
87
88
|
MainFuel: 0,
|
|
@@ -30,6 +30,7 @@ export declare const StateId: {
|
|
|
30
30
|
readonly Shutdown: 9;
|
|
31
31
|
readonly PostShutdown: 10;
|
|
32
32
|
readonly Purge: 11;
|
|
33
|
+
readonly Hold: 12;
|
|
33
34
|
};
|
|
34
35
|
export type StateId = (typeof StateId)[keyof typeof StateId];
|
|
35
36
|
export declare const Event: {
|
|
@@ -473,6 +474,7 @@ export declare const spec: {
|
|
|
473
474
|
readonly Shutdown: 9;
|
|
474
475
|
readonly PostShutdown: 10;
|
|
475
476
|
readonly Purge: 11;
|
|
477
|
+
readonly Hold: 12;
|
|
476
478
|
};
|
|
477
479
|
telemetry: {};
|
|
478
480
|
};
|
|
@@ -505,6 +507,7 @@ export declare const spec: {
|
|
|
505
507
|
readonly Shutdown: 9;
|
|
506
508
|
readonly PostShutdown: 10;
|
|
507
509
|
readonly Purge: 11;
|
|
510
|
+
readonly Hold: 12;
|
|
508
511
|
};
|
|
509
512
|
previous_state: {
|
|
510
513
|
readonly Safe: 0;
|
|
@@ -519,6 +522,7 @@ export declare const spec: {
|
|
|
519
522
|
readonly Shutdown: 9;
|
|
520
523
|
readonly PostShutdown: 10;
|
|
521
524
|
readonly Purge: 11;
|
|
525
|
+
readonly Hold: 12;
|
|
522
526
|
};
|
|
523
527
|
last_event: {
|
|
524
528
|
readonly Boot: 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import bin, { Measurer, Schema } from 'typed-binary';
|
|
2
|
-
// This file was generated by FRICC on 2026-04-
|
|
2
|
+
// This file was generated by FRICC on 2026-04-19 10:04: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;
|
|
@@ -78,6 +78,7 @@ export const StateId = {
|
|
|
78
78
|
Shutdown: 9,
|
|
79
79
|
PostShutdown: 10,
|
|
80
80
|
Purge: 11,
|
|
81
|
+
Hold: 12,
|
|
81
82
|
};
|
|
82
83
|
export const Event = {
|
|
83
84
|
Boot: 0,
|