Skip to content

Commit

Permalink
Update structure.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zandiac24 committed Jan 28, 2025
1 parent 148973f commit 7d287a7
Showing 1 changed file with 40 additions and 9 deletions.
49 changes: 40 additions & 9 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,51 @@
},
{
"type": "IncrementNumberInput",
"text": "Auto Speaker Cycles",
"text": "Auto Coral L1 Cycles",
"placeholder": [
"0"
],
"id": "AutoSpeaker"
"id": "AutoCoralL1"
},
{
"type": "IncrementNumberInput",
"text": "Auto Amp Cycles",
"text": "Auto Coral L2 Cycles",
"placeholder": [
"0"
],
"id": "AutoAmp"
"id": "AutoCoralL2"
},
{
"type": "GenericToggle",
"text": "Did they intake from the centerline during auto?",
"id": "AutoCenterline"
"type": "IncrementNumberInput",
"text": "Auto Coral L3 Cycles",
"placehoder": [
"0"
],
"id": "AutoCoralL3"
},
{
"type": "IncrementNumberInput",
"text": "Auto Coral L4 Cycles",
"placehoder": [
"0"
],
"id": "AutoCoralL4"
},
{
"type": "IncrementNumberInput",
"text": "Auto Barge Cycles",
"placehoder": [
"0"
],
"id": "AutoBarge"
},
{
"type": "IncrementNumberInput",
"text": "Auto Processor Cycles",
"placehoder": [
"0"
],
"id": "AutoProcessor"
},
{
"type": "GenericToggle",
Expand Down Expand Up @@ -274,8 +301,12 @@
"Alliance",
"DriverStation",
"TeamNumber",
"AutoSpeaker",
"AutoAmp",
"AutoCoralL1",
"AutoCoralL2",
"AutoCoralL3",
"AutoCoralL4",
"AutoBarge",
"AutoProcessor",
"AutoCenterline",
"AutoLeave",
"AutoNotes",
Expand Down

0 comments on commit 7d287a7

Please sign in to comment.