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.
- package/dist/generated/ecu/commands.js +1 -1
- package/dist/generated/ecu/telemetry.d.ts +3 -3
- package/dist/generated/ecu/telemetry.js +2 -2
- package/dist/generated/ecu/telemetry.json +3 -3
- package/dist/generated/fs/commands.js +1 -1
- package/dist/generated/fs/telemetry.js +2 -2
- package/dist/generated/fs/telemetry.json +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import bin, { Measurer, Schema } from 'typed-binary';
|
|
2
|
-
// This file was generated by FRICC on 2026-07-
|
|
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").
|
|
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").
|
|
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").
|
|
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-
|
|
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.
|
|
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": "<
|
|
1108
|
+
"format_string": "<B"
|
|
1109
1109
|
}
|
|
1110
1110
|
],
|
|
1111
|
-
"format_string": "<dddddd??
|
|
1111
|
+
"format_string": "<dddddd??BB"
|
|
1112
1112
|
}
|
|
1113
1113
|
],
|
|
1114
|
-
"format_string": "<IfffffffffffffffffffffB??dddddd??
|
|
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-
|
|
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-
|
|
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: "
|
|
243
|
+
fragment: "load_cell_id",
|
|
244
244
|
schema: LoadCellPacket,
|
|
245
245
|
enums: {
|
|
246
246
|
load_cell_id: sensors_load_cell_Id,
|