File size: 12,499 Bytes
3b29747
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
739742c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3b29747
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
[
    {
        "instruction": "Turn on the light on illuminator channel 1",
        "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_1}"
    },
    {
        "instruction": "Switch off the light on illuminator channel 1",
        "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_1}"
    },
    {
        "instruction": "Activate the light on channel 2 of the illuminator",
        "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_2}"
    },
    {
        "instruction": "Deactivate the light on illuminator channel 2",
        "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_2}"
    },
    {
        "instruction": "Illuminate channel 3 on the illuminator",
        "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_3}"
    },
    {
        "instruction": "Dim the light on channel 3 of the illuminator",
        "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_3}"
    },
    {
        "instruction": "Power on the light on illuminator channel 4",
        "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_4}"
    },
    {
        "instruction": "Power off the light on channel 4 of the illuminator",
        "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_4}"
    },
    {
        "instruction": "Light up channel 5 on the illuminator",
        "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_5}"
    },
    {
        "instruction": "Shut down the light on illuminator channel 5",
        "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_5}"
    },
    {
        "instruction": "Enable the light on illuminator channel 6",
        "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_6}"
    },
    {
        "instruction": "Disable the light on channel 6 of the illuminator",
        "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_6}"
    },
    {
        "instruction": "Turn on the light on channel 7 of the illuminator",
        "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_7}"
    },
    {
        "instruction": "Turn off the light on channel 7 of the illuminator",
        "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_7}"
    },
    {
        "instruction": "Activate the light on channel 8 of the illuminator",
        "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_8}"
    },
    {
        "instruction": "Deactivate the light on illuminator channel 8",
        "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_8}"
    },
    {
        "instruction": "Light up channel 9 on the illuminator",
        "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_9}"
    },
    {
        "instruction": "Dim the light on channel 9 of the illuminator",
        "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_9}"
    },
    {
        "instruction": "Power on the light on illuminator channel 10",
        "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_10}"
    },
    {
        "instruction": "Power off the light on channel 10 of the illuminator",
        "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_10}"
    },
    {
        "instruction": "Switch on the light on illuminator channel 11",
        "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_11}"
    },
    {
        "instruction": "Switch off the light on channel 11 of the illuminator",
        "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_11}"
    },
    {
        "instruction": "Turn on the light for illuminator channel 12",
        "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_12}"
    },
    {
        "instruction": "Turn off the light for channel 12 of the illuminator",
        "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_12}"
    },
    {
        "instruction": "Activate the light on illuminator channel 13",
        "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_13}"
    },
    {
        "instruction": "Deactivate the light on channel 13 of the illuminator",
        "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_13}"
    },
    {
        "instruction": "Enable the light on illuminator channel 14",
        "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_14}"
    },
    {
        "instruction": "Disable the light on channel 14 of the illuminator",
        "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_14}"
    },
    {
        "instruction": "Light up channel 15 on the illuminator",
        "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_15}"
    },
    {
        "instruction": "Shut off the light on channel 15 of the illuminator",
        "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_15}"
    },
    {
        "instruction": "Set the current intensity on illuminator channel 1 to 150mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_1, power=150}"
    },
    {
        "instruction": "Adjust the current on channel 2 of the illuminator to 100mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_2, power=100}"
    },
    {
        "instruction": "Change the current intensity on illuminator channel 3 to 250mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_3, power=250}"
    },
    {
        "instruction": "Modify the current on illuminator channel 4 to 200mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_4, power=200}"
    },
    {
        "instruction": "Set the current on channel 5 of the illuminator to 300mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_5, power=300}"
    },
    {
        "instruction": "Adjust the current intensity on illuminator channel 6 to 175mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_6, power=175}"
    },
    {
        "instruction": "Change the current on illuminator channel 7 to 220mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_7, power=220}"
    },
    {
        "instruction": "Modify the current intensity on channel 8 of the illuminator to 125mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_8, power=125}"
    },
    {
        "instruction": "Set the current intensity on channel 9 of the illuminator to 80mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_9, power=80}"
    },
    {
        "instruction": "Adjust the current on illuminator channel 10 to 90mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_10, power=90}"
    },
    {
        "instruction": "Set the current on illuminator channel 13 to 110mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_13, power=110}"
    },
    {
        "instruction": "Adjust the current intensity on channel 14 of the illuminator to 180mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_14, power=180}"
    },
    {
        "instruction": "Change the current on illuminator channel 15 to 250mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_15, power=250}"
    },
    {
        "instruction": "Modify the current intensity on channel 16 of the illuminator to 200mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_16, power=200}"
    },
    {
        "instruction": "Set the current intensity on channel 17 of the illuminator to 300mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_17, power=300}"
    },
    {
        "instruction": "Adjust the current on illuminator channel 18 to 160mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_18, power=160}"
    },
    {
        "instruction": "Change the current on illuminator channel 19 to 220mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_19, power=220}"
    },
    {
        "instruction": "Modify the current intensity on channel 20 of the illuminator to 130mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_20, power=130}"
    },
    {
        "instruction": "Set the current intensity on channel 21 of the illuminator to 90mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_21, power=90}"
    },
    {
        "instruction": "Adjust the current on illuminator channel 22 to 75mA",
        "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_22, power=75}"
    },
    {
        "instruction": "Turn on the light",
        "output": "Function Unknown"
    },
    {
        "instruction": "Activate the machine",
        "output": "Function Unknown"
    },
    {
        "instruction": "Run the program",
        "output": "Function Unknown"
    },
    {
        "instruction": "Switch off the device",
        "output": "Function Unknown"
    },
    {
        "instruction": "Start the engine",
        "output": "Function Unknown"
    },
    {
        "instruction": "Adjust the settings",
        "output": "Function Unknown"
    },
    {
        "instruction": "Enable the feature",
        "output": "Function Unknown"
    },
    {
        "instruction": "Activate the function",
        "output": "Function Unknown"
    },
    {
        "instruction": "Run the process",
        "output": "Function Unknown"
    },
    {
        "instruction": "Turn on the power",
        "output": "Function Unknown"
    },
    {
        "instruction": "Adjust the temperature",
        "output": "Function Unknown"
    },
    {
        "instruction": "Switch on the system",
        "output": "Function Unknown"
    },
    {
        "instruction": "Enable the mode",
        "output": "Function Unknown"
    },
    {
        "instruction": "Start the operation",
        "output": "Function Unknown"
    },
    {
        "instruction": "Activate the service",
        "output": "Function Unknown"
    },
    {
        "instruction": "Run the task",
        "output": "Function Unknown"
    },
    {
        "instruction": "Turn on the device",
        "output": "Function Unknown"
    },
    {
        "instruction": "Adjust the volume",
        "output": "Function Unknown"
    },
    {
        "instruction": "Switch off the light",
        "output": "Function Unknown"
    },
    {
        "instruction": "Start the application",
        "output": "Function Unknown"
    },
    {
        "instruction": "Oops",
        "output": "Function Unknown"
    },
    {
        "instruction": "Oh no",
        "output": "Function Unknown"
    },
    {
        "instruction": "Huh?",
        "output": "Function Unknown"
    },
    {
        "instruction": "What a mess",
        "output": "Function Unknown"
    },
    {
        "instruction": "Strange",
        "output": "Function Unknown"
    },
    {
        "instruction": "Weird",
        "output": "Function Unknown"
    },
    {
        "instruction": "Not again",
        "output": "Function Unknown"
    },
    {
        "instruction": "Really?",
        "output": "Function Unknown"
    },
    {
        "instruction": "Seriously?",
        "output": "Function Unknown"
    },
    {
        "instruction": "Unbelievable",
        "output": "Function Unknown"
    },
    {
        "instruction": "No way",
        "output": "Function Unknown"
    },
    {
        "instruction": "I'm confused",
        "output": "Function Unknown"
    },
    {
        "instruction": "This is nuts",
        "output": "Function Unknown"
    },
    {
        "instruction": "Can't believe it",
        "output": "Function Unknown"
    },
    {
        "instruction": "I'm lost",
        "output": "Function Unknown"
    },
    {
        "instruction": "It's a disaster",
        "output": "Function Unknown"
    },
    {
        "instruction": "Oh dear",
        "output": "Function Unknown"
    },
    {
        "instruction": "That's absurd",
        "output": "Function Unknown"
    },
    {
        "instruction": "Such chaos",
        "output": "Function Unknown"
    },
    {
        "instruction": "Good grief",
        "output": "Function Unknown"
    }
]