nikox95 commited on
Commit
3ed88a7
·
verified ·
1 Parent(s): 739742c

Upload lights_dataset.json

Browse files
Files changed (1) hide show
  1. lights_dataset.json +71 -71
lights_dataset.json CHANGED
@@ -1,210 +1,210 @@
1
  [
2
  {
3
  "instruction": "Turn on the light on illuminator channel 1",
4
- "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_1}"
5
  },
6
  {
7
  "instruction": "Switch off the light on illuminator channel 1",
8
- "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_1}"
9
  },
10
  {
11
  "instruction": "Activate the light on channel 2 of the illuminator",
12
- "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_2}"
13
  },
14
  {
15
  "instruction": "Deactivate the light on illuminator channel 2",
16
- "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_2}"
17
  },
18
  {
19
  "instruction": "Illuminate channel 3 on the illuminator",
20
- "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_3}"
21
  },
22
  {
23
  "instruction": "Dim the light on channel 3 of the illuminator",
24
- "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_3}"
25
  },
26
  {
27
  "instruction": "Power on the light on illuminator channel 4",
28
- "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_4}"
29
  },
30
  {
31
  "instruction": "Power off the light on channel 4 of the illuminator",
32
- "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_4}"
33
  },
34
  {
35
  "instruction": "Light up channel 5 on the illuminator",
36
- "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_5}"
37
  },
38
  {
39
  "instruction": "Shut down the light on illuminator channel 5",
40
- "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_5}"
41
  },
42
  {
43
  "instruction": "Enable the light on illuminator channel 6",
44
- "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_6}"
45
  },
46
  {
47
  "instruction": "Disable the light on channel 6 of the illuminator",
48
- "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_6}"
49
  },
50
  {
51
  "instruction": "Turn on the light on channel 7 of the illuminator",
52
- "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_7}"
53
  },
54
  {
55
  "instruction": "Turn off the light on channel 7 of the illuminator",
56
- "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_7}"
57
  },
58
  {
59
  "instruction": "Activate the light on channel 8 of the illuminator",
60
- "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_8}"
61
  },
62
  {
63
  "instruction": "Deactivate the light on illuminator channel 8",
64
- "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_8}"
65
  },
66
  {
67
  "instruction": "Light up channel 9 on the illuminator",
68
- "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_9}"
69
  },
70
  {
71
  "instruction": "Dim the light on channel 9 of the illuminator",
72
- "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_9}"
73
  },
74
  {
75
  "instruction": "Power on the light on illuminator channel 10",
76
- "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_10}"
77
  },
78
  {
79
  "instruction": "Power off the light on channel 10 of the illuminator",
80
- "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_10}"
81
  },
82
  {
83
  "instruction": "Switch on the light on illuminator channel 11",
84
- "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_11}"
85
  },
86
  {
87
  "instruction": "Switch off the light on channel 11 of the illuminator",
88
- "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_11}"
89
  },
90
  {
91
  "instruction": "Turn on the light for illuminator channel 12",
92
- "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_12}"
93
  },
94
  {
95
  "instruction": "Turn off the light for channel 12 of the illuminator",
96
- "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_12}"
97
  },
98
  {
99
  "instruction": "Activate the light on illuminator channel 13",
100
- "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_13}"
101
  },
102
  {
103
  "instruction": "Deactivate the light on channel 13 of the illuminator",
104
- "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_13}"
105
  },
106
  {
107
  "instruction": "Enable the light on illuminator channel 14",
108
- "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_14}"
109
  },
110
  {
111
  "instruction": "Disable the light on channel 14 of the illuminator",
112
- "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_14}"
113
  },
114
  {
115
  "instruction": "Light up channel 15 on the illuminator",
116
- "output": "Function {TurnOnLight}, Arguments {Illuminator, channel_15}"
117
  },
118
  {
119
  "instruction": "Shut off the light on channel 15 of the illuminator",
120
- "output": "Function {TurnOffLight}, Arguments {Illuminator, channel_15}"
121
  },
122
  {
123
- "instruction": "Set the current intensity on illuminator channel 1 to 150mA",
124
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_1, power=150}"
125
  },
126
  {
127
- "instruction": "Adjust the current on channel 2 of the illuminator to 100mA",
128
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_2, power=100}"
129
  },
130
  {
131
- "instruction": "Change the current intensity on illuminator channel 3 to 250mA",
132
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_3, power=250}"
133
  },
134
  {
135
- "instruction": "Modify the current on illuminator channel 4 to 200mA",
136
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_4, power=200}"
137
  },
138
  {
139
- "instruction": "Set the current on channel 5 of the illuminator to 300mA",
140
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_5, power=300}"
141
  },
142
  {
143
- "instruction": "Adjust the current intensity on illuminator channel 6 to 175mA",
144
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_6, power=175}"
145
  },
146
  {
147
- "instruction": "Change the current on illuminator channel 7 to 220mA",
148
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_7, power=220}"
149
  },
150
  {
151
- "instruction": "Modify the current intensity on channel 8 of the illuminator to 125mA",
152
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_8, power=125}"
153
  },
154
  {
155
- "instruction": "Set the current intensity on channel 9 of the illuminator to 80mA",
156
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_9, power=80}"
157
  },
158
  {
159
- "instruction": "Adjust the current on illuminator channel 10 to 90mA",
160
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_10, power=90}"
161
  },
162
  {
163
- "instruction": "Set the current on illuminator channel 13 to 110mA",
164
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_13, power=110}"
165
  },
166
  {
167
- "instruction": "Adjust the current intensity on channel 14 of the illuminator to 180mA",
168
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_14, power=180}"
169
  },
170
  {
171
- "instruction": "Change the current on illuminator channel 15 to 250mA",
172
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_15, power=250}"
173
  },
174
  {
175
- "instruction": "Modify the current intensity on channel 16 of the illuminator to 200mA",
176
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_16, power=200}"
177
  },
178
  {
179
- "instruction": "Set the current intensity on channel 17 of the illuminator to 300mA",
180
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_17, power=300}"
181
  },
182
  {
183
- "instruction": "Adjust the current on illuminator channel 18 to 160mA",
184
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_18, power=160}"
185
  },
186
  {
187
- "instruction": "Change the current on illuminator channel 19 to 220mA",
188
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_19, power=220}"
189
  },
190
  {
191
- "instruction": "Modify the current intensity on channel 20 of the illuminator to 130mA",
192
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_20, power=130}"
193
  },
194
  {
195
- "instruction": "Set the current intensity on channel 21 of the illuminator to 90mA",
196
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_21, power=90}"
197
  },
198
  {
199
- "instruction": "Adjust the current on illuminator channel 22 to 75mA",
200
- "output": "Function {SetIlluminatorDC}, Arguments {Illuminator, channel_22, power=75}"
201
  },
202
  {
203
  "instruction": "Turn on the light",
204
  "output": "Function Unknown"
205
  },
206
  {
207
- "instruction": "Activate the machine",
208
  "output": "Function Unknown"
209
  },
210
  {
 
1
  [
2
  {
3
  "instruction": "Turn on the light on illuminator channel 1",
4
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_1}"
5
  },
6
  {
7
  "instruction": "Switch off the light on illuminator channel 1",
8
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_1}"
9
  },
10
  {
11
  "instruction": "Activate the light on channel 2 of the illuminator",
12
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_2}"
13
  },
14
  {
15
  "instruction": "Deactivate the light on illuminator channel 2",
16
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_2}"
17
  },
18
  {
19
  "instruction": "Illuminate channel 3 on the illuminator",
20
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_3}"
21
  },
22
  {
23
  "instruction": "Dim the light on channel 3 of the illuminator",
24
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_3}"
25
  },
26
  {
27
  "instruction": "Power on the light on illuminator channel 4",
28
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_4}"
29
  },
30
  {
31
  "instruction": "Power off the light on channel 4 of the illuminator",
32
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_4}"
33
  },
34
  {
35
  "instruction": "Light up channel 5 on the illuminator",
36
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_5}"
37
  },
38
  {
39
  "instruction": "Shut down the light on illuminator channel 5",
40
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_5}"
41
  },
42
  {
43
  "instruction": "Enable the light on illuminator channel 6",
44
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_6}"
45
  },
46
  {
47
  "instruction": "Disable the light on channel 6 of the illuminator",
48
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_6}"
49
  },
50
  {
51
  "instruction": "Turn on the light on channel 7 of the illuminator",
52
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_7}"
53
  },
54
  {
55
  "instruction": "Turn off the light on channel 7 of the illuminator",
56
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_7}"
57
  },
58
  {
59
  "instruction": "Activate the light on channel 8 of the illuminator",
60
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_8}"
61
  },
62
  {
63
  "instruction": "Deactivate the light on illuminator channel 8",
64
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_8}"
65
  },
66
  {
67
  "instruction": "Light up channel 9 on the illuminator",
68
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_9}"
69
  },
70
  {
71
  "instruction": "Dim the light on channel 9 of the illuminator",
72
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_9}"
73
  },
74
  {
75
  "instruction": "Power on the light on illuminator channel 10",
76
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_10}"
77
  },
78
  {
79
  "instruction": "Power off the light on channel 10 of the illuminator",
80
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_10}"
81
  },
82
  {
83
  "instruction": "Switch on the light on illuminator channel 11",
84
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_11}"
85
  },
86
  {
87
  "instruction": "Switch off the light on channel 11 of the illuminator",
88
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_11}"
89
  },
90
  {
91
  "instruction": "Turn on the light for illuminator channel 12",
92
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_12}"
93
  },
94
  {
95
  "instruction": "Turn off the light for channel 12 of the illuminator",
96
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_12}"
97
  },
98
  {
99
  "instruction": "Activate the light on illuminator channel 13",
100
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_13}"
101
  },
102
  {
103
  "instruction": "Deactivate the light on channel 13 of the illuminator",
104
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_13}"
105
  },
106
  {
107
  "instruction": "Enable the light on illuminator channel 14",
108
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_14}"
109
  },
110
  {
111
  "instruction": "Disable the light on channel 14 of the illuminator",
112
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_14}"
113
  },
114
  {
115
  "instruction": "Light up channel 15 on the illuminator",
116
+ "output": "Function {TurnOnLight}, Arguments {object=Illuminator, channel=channel_15}"
117
  },
118
  {
119
  "instruction": "Shut off the light on channel 15 of the illuminator",
120
+ "output": "Function {TurnOffLight}, Arguments {object=Illuminator, channel=channel_15}"
121
  },
122
  {
123
+ "instruction": "Set the current intensity on illuminator channel 1 to 150",
124
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_1, power=150}"
125
  },
126
  {
127
+ "instruction": "Adjust the current on channel 2 of the illuminator to 100",
128
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_2, power=100}"
129
  },
130
  {
131
+ "instruction": "Change the current intensity on illuminator channel 3 to 250",
132
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_3, power=250}"
133
  },
134
  {
135
+ "instruction": "Modify the current on illuminator channel 4 to 200",
136
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_4, power=200}"
137
  },
138
  {
139
+ "instruction": "Set the current on channel 5 of the illuminator to 300",
140
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_5, power=300}"
141
  },
142
  {
143
+ "instruction": "Adjust the current intensity on illuminator channel 6 to 175",
144
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_6, power=175}"
145
  },
146
  {
147
+ "instruction": "Change the current on illuminator channel 7 to 220",
148
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_7, power=220}"
149
  },
150
  {
151
+ "instruction": "Modify the current intensity on channel 8 of the illuminator to 125",
152
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_8, power=125}"
153
  },
154
  {
155
+ "instruction": "Set the current intensity on channel 9 of the illuminator to 80",
156
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_9, power=80}"
157
  },
158
  {
159
+ "instruction": "Adjust the current on illuminator channel 10 to 90",
160
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_10, power=90}"
161
  },
162
  {
163
+ "instruction": "Set the current on illuminator channel 13 to 110",
164
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_13, power=110}"
165
  },
166
  {
167
+ "instruction": "Adjust the current intensity on channel 14 of the illuminator to 180",
168
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_14, power=180}"
169
  },
170
  {
171
+ "instruction": "Change the current on illuminator channel 15 to 250",
172
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_15, power=250}"
173
  },
174
  {
175
+ "instruction": "Modify the current intensity on channel 16 of the illuminator to 200",
176
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_16, power=200}"
177
  },
178
  {
179
+ "instruction": "Set the current intensity on channel 17 of the illuminator to 300",
180
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_17, power=300}"
181
  },
182
  {
183
+ "instruction": "Adjust the current on illuminator channel 18 to 160",
184
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_18, power=160}"
185
  },
186
  {
187
+ "instruction": "Change the current on illuminator channel 19 to 220",
188
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_19, power=220}"
189
  },
190
  {
191
+ "instruction": "Modify the current intensity on channel 20 of the illuminator to 130",
192
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_20, power=130}"
193
  },
194
  {
195
+ "instruction": "Set the current intensity on channel 21 of the illuminator to 90",
196
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_21, power=90}"
197
  },
198
  {
199
+ "instruction": "Adjust the current on illuminator channel 22 to 75",
200
+ "output": "Function {SetIlluminatorDC}, Arguments {object=Illuminator, channel=channel_22, power=75}"
201
  },
202
  {
203
  "instruction": "Turn on the light",
204
  "output": "Function Unknown"
205
  },
206
  {
207
+ "instruction": "Activate the chine",
208
  "output": "Function Unknown"
209
  },
210
  {