We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0c813 commit b6c4517Copy full SHA for b6c4517
2 files changed
boards/LCU/LCU_measurements.json
@@ -6,10 +6,18 @@
6
"enumValues": [
7
"Connecting",
8
"Operational",
9
- "Levitating",
10
"Fault"
11
]
12
},
+ {
13
+ "id": "operational_state_machine",
14
+ "name": "Operational state machine",
15
+ "type": "enum",
16
+ "enumValues": [
17
+ "Idle",
18
+ "Levitating"
19
+ ]
20
+ },
21
{
22
"id": "pwm_duty_cycle",
23
"name": "Duty Cycle",
boards/LCU/packets.json
@@ -29,7 +29,8 @@
29
"type": "data",
30
"name": "State Machine",
31
"variables": [
32
- "general_state_machine"
+ "general_state_machine",
33
+ "operational_state_machine"
34
],
35
"id": 9502,
36
"period_type": "ms",
0 commit comments