Commit 5ef527cfa42b1c4d1babe9fac7379068918fc597
1 parent
c78dc38b
Exists in
dev
update grammar.json
Showing
1 changed file
with
31 additions
and
0 deletions
Show diff stats
simulators/config/grammar.json
... | ... | @@ -131,7 +131,38 @@ |
131 | 131 | "label": "Start the rotator motion", |
132 | 132 | "input_label": [], |
133 | 133 | "help": "Start the rotator motion." |
134 | + }, | |
135 | + { | |
136 | + "name": "DOME SHUTTER OPEN", | |
137 | + "label": "Open the dome shutter", | |
138 | + "input_label": [], | |
139 | + "help": "Open the dome shutter." | |
140 | + }, | |
141 | + { | |
142 | + "name": "DOME SHUTTER CLOSE", | |
143 | + "label": "Close the dome shutter", | |
144 | + "input_label": [], | |
145 | + "help": "Close the rotator motion." | |
146 | + }, | |
147 | + { | |
148 | + "name": "DOME PARK", | |
149 | + "label": "Park the dome shutter", | |
150 | + "input_label": [], | |
151 | + "help": "Park the dome shutter" | |
152 | + }, | |
153 | + { | |
154 | + "name": "TELESCOPE PARK", | |
155 | + "label": "Park the Telescope", | |
156 | + "input_label": [], | |
157 | + "help": "Park the Telescope" | |
158 | + }, | |
159 | + { | |
160 | + "name": "START", | |
161 | + "label": "Start the Telescope", | |
162 | + "input_label": [], | |
163 | + "help": "Start the Telescope" | |
134 | 164 | } |
165 | + | |
135 | 166 | ] |
136 | 167 | } |
137 | 168 | ... | ... |