@@ -9,8 +9,8 @@ export const useDictStore = create(set => ({
99 matchType : '' , // qualification, practice, or elimination
1010 driveStation : null ,
1111 alliance : '' , // red or blue
12- // preloaded: null, // true or false
13- // robotLeft: null, // true or false
12+ preloaded : null , // true or false
13+ robotLeft : null , // true or false
1414 // autonSpeakerNotesScored: 0,
1515 // autonAmpNotesScored: 0,
1616 // autonMissed: 0,
@@ -24,14 +24,14 @@ export const useDictStore = create(set => ({
2424 // telopNotesReceivedFromHumanPlayer: 0,
2525 // telopNotesReceivedFromGround: 0,
2626 // ferryNotes: 0,
27- // endGame: null, // PARKED, ONSTAGE, SPOTLIGHT, Default: EMPTY
2827 // trap: 0,
2928 // fouls: 0,
3029 // techFouls: 0,
3130 // yellowCards: 0,
3231 // redCards: 0,
3332 // telopIssues: [], // NOT_MOVING, LOST_CONNECTION, FMS_ISSUES, DISABLED, Default: EMPTY
34- // didTeamPlayDefense: null, // YES, NO, Default: null
33+ didTeamPlayDefense : null , // YES, NO,
34+ endGame : null , // SHALLOW, DEEP, PARK, NONE
3535 timeOfCreation : '' ,
3636 } ,
3737 setDict : ( key , value ) =>
0 commit comments