@@ -9,29 +9,29 @@ 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
14- autonSpeakerNotesScored : 0 ,
15- autonAmpNotesScored : 0 ,
16- autonMissed : 0 ,
17- autonNotesReceived : 0 ,
18- droppedNotes : 0 ,
19- autonIssues : [ ] , // NOT_MOVING, STOPPED, OUT_OF_CONTROL, Default: EMPTY
20- telopSpeakerNotesScored : 0 ,
21- telopAmpNotesScored : 0 ,
22- telopSpeakerNotesMissed : 0 ,
23- telopAmpNotesMissed : 0 ,
24- telopNotesReceivedFromHumanPlayer : 0 ,
25- telopNotesReceivedFromGround : 0 ,
26- ferryNotes : 0 ,
27- endGame : null , // PARKED, ONSTAGE, SPOTLIGHT, Default: EMPTY
28- trap : 0 ,
29- fouls : 0 ,
30- techFouls : 0 ,
31- yellowCards : 0 ,
32- redCards : 0 ,
33- telopIssues : [ ] , // NOT_MOVING, LOST_CONNECTION, FMS_ISSUES, DISABLED, Default: EMPTY
34- didTeamPlayDefense : null , // YES, NO, Default: null
12+ // preloaded: null, // true or false
13+ // robotLeft: null, // true or false
14+ // autonSpeakerNotesScored: 0,
15+ // autonAmpNotesScored: 0,
16+ // autonMissed: 0,
17+ // autonNotesReceived: 0,
18+ // droppedNotes: 0,
19+ // autonIssues: [], // NOT_MOVING, STOPPED, OUT_OF_CONTROL, Default: EMPTY
20+ // telopSpeakerNotesScored: 0,
21+ // telopAmpNotesScored: 0,
22+ // telopSpeakerNotesMissed: 0,
23+ // telopAmpNotesMissed: 0,
24+ // telopNotesReceivedFromHumanPlayer: 0,
25+ // telopNotesReceivedFromGround: 0,
26+ // ferryNotes: 0,
27+ // endGame: null, // PARKED, ONSTAGE, SPOTLIGHT, Default: EMPTY
28+ // trap: 0,
29+ // fouls: 0,
30+ // techFouls: 0,
31+ // yellowCards: 0,
32+ // redCards: 0,
33+ // telopIssues: [], // NOT_MOVING, LOST_CONNECTION, FMS_ISSUES, DISABLED, Default: EMPTY
34+ // didTeamPlayDefense: null, // YES, NO, Default: null
3535 timeOfCreation : '' ,
3636 } ,
3737 setDict : ( key , value ) =>
@@ -49,29 +49,29 @@ export const useDictStore = create(set => ({
4949 driveStation : state . dict . driveStation !== undefined ? state . dict . driveStation : 0 ,
5050 // driveStation: null,
5151 alliance : '' , // red or blue
52- preloaded : null , // true or false
53- robotLeft : null , // true or false
54- autonSpeakerNotesScored : 0 ,
55- autonAmpNotesScored : 0 ,
56- autonMissed : 0 ,
57- autonNotesReceived : 0 ,
58- droppedNotes : 0 ,
52+ // preloaded: null, // true or false
53+ // robotLeft: null, // true or false
54+ // autonSpeakerNotesScored: 0,
55+ // autonAmpNotesScored: 0,
56+ // autonMissed: 0,
57+ // autonNotesReceived: 0,
58+ // droppedNotes: 0,
5959 autonIssues : [ ] , // NOT_MOVING, STOPPED, OUT_OF_CONTROL, Default: EMPTY
60- telopSpeakerNotesScored : 0 ,
61- telopAmpNotesScored : 0 ,
62- telopSpeakerNotesMissed : 0 ,
63- telopAmpNotesMissed : 0 ,
64- telopNotesReceivedFromHumanPlayer : 0 ,
65- telopNotesReceivedFromGround : 0 ,
66- ferryNotes : 0 ,
67- endGame : null , // PARKED, ONSTAGE, SPOTLIGHT, Default: EMPTY
68- trap : 0 ,
69- fouls : 0 ,
70- techFouls : 0 ,
71- yellowCards : 0 ,
72- redCards : 0 ,
73- telopIssues : [ ] , // NOT_MOVING, LOST_CONNECTION, FMS_ISSUES, DISABLED, Default: EMPTY
74- didTeamPlayDefense : null , // YES, NO, Default: null
60+ // telopSpeakerNotesScored: 0,
61+ // telopAmpNotesScored: 0,
62+ // telopSpeakerNotesMissed: 0,
63+ // telopAmpNotesMissed: 0,
64+ // telopNotesReceivedFromHumanPlayer: 0,
65+ // telopNotesReceivedFromGround: 0,
66+ // ferryNotes: 0,
67+ // endGame: null, // PARKED, ONSTAGE, SPOTLIGHT, Default: EMPTY
68+ // trap: 0,
69+ // fouls: 0,
70+ // techFouls: 0,
71+ // yellowCards: 0,
72+ // redCards: 0,
73+ teleopIssues : [ ] , // NOT_MOVING, LOST_CONNECTION, FMS_ISSUES, DISABLED, Default: EMPTY
74+ // didTeamPlayDefense: null, // YES, NO, Default: null
7575 timeOfCreation : '' ,
7676 } ,
7777 } ) ) ,
@@ -83,14 +83,14 @@ export const usePitDict = create(set => ({
8383 scouterName : '' ,
8484 teamNumber : '' ,
8585 matchNumber : 'PIT' ,
86- dimensions : '' ,
87- weight : '' ,
88- drivetrain : '' ,
89- intake : '' ,
90- vision : '' ,
91- auton : '' ,
92- robotExcel : [ ] ,
93- trapScorer : '' ,
86+ // dimensions: '',
87+ // weight: '',
88+ // drivetrain: '',
89+ // intake: '',
90+ // vision: '',
91+ // auton: '',
92+ // robotExcel: [],
93+ // trapScorer: '',
9494 timeOfCreation : '' ,
9595 } ,
9696 setDict : ( key , value ) =>
@@ -102,14 +102,14 @@ export const usePitDict = create(set => ({
102102 scouterName : '' ,
103103 teamNumber : '' ,
104104 matchNumber : 'PIT' ,
105- dimensions : '' ,
106- weight : '' ,
107- drivetrain : '' ,
108- intake : '' ,
109- vision : '' ,
110- auton : '' ,
111- robotExcel : [ ] ,
112- trapScorer : '' ,
105+ // dimensions: '',
106+ // weight: '',
107+ // drivetrain: '',
108+ // intake: '',
109+ // vision: '',
110+ // auton: '',
111+ // robotExcel: [],
112+ // trapScorer: '',
113113 timeOfCreation : '' ,
114114 } ,
115115 } ) ) ,
0 commit comments