We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d69a5e commit 34db23aCopy full SHA for 34db23a
1 file changed
common-front/lib/selectors/VCU.ts
@@ -8,10 +8,12 @@ export enum VcuMeasurements {
8
valveState = "VCU/valve_state",
9
reed1 = "VCU/reed1",
10
reed2 = "VCU/reed2",
11
+ reed3 = "VCU/reed3",
12
+ reed4 = "VCU/reed4",
13
bottleTemp1 = "VCU/bottle_temp_1",
14
bottleTemp2 = "VCU/bottle_temp_2",
15
highPressure = "VCU/high_pressure",
16
position = "VCU/position",
17
speed = "VCU/speed",
18
acceleration = "VCU/acceleration",
-};
19
+};
0 commit comments