nikox95 commited on
Commit
9adf501
·
verified ·
1 Parent(s): 9e76bc9

Upload validate_airv2.json

Browse files
Files changed (1) hide show
  1. validate_airv2.json +162 -0
validate_airv2.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "instruction": "Turn light on at illuminator four",
4
+ "output": "Function (TurnLightOn), Arguments (Object=Illuminator, channel=channel_4)"
5
+ },
6
+ {
7
+ "instruction": "Activate illuminator number four",
8
+ "output": "Function (TurnLightOn), Arguments (Object=Illuminator, channel=channel_4)"
9
+ },
10
+ {
11
+ "instruction": "Switch on the light on illuminator four",
12
+ "output": "Function (TurnLightOn), Arguments (Object=Illuminator, channel=channel_4)"
13
+ },
14
+ {
15
+ "instruction": "Illuminate channel four",
16
+ "output": "Function (TurnLightOn), Arguments (Object=Illuminator, channel=channel_4)"
17
+ },
18
+ {
19
+ "instruction": "Turn on illuminator at channel four",
20
+ "output": "Function (TurnLightOn), Arguments (Object=Illuminator, channel=channel_4)"
21
+ },
22
+ {
23
+ "instruction": "Turn light on channel five",
24
+ "output": "Function (TurnLightOn), Arguments (Object=Illuminator, channel=channel_5)"
25
+ },
26
+ {
27
+ "instruction": "Activate illuminator at channel five",
28
+ "output": "Function (TurnLightOn), Arguments (Object=Illuminator, channel=channel_5)"
29
+ },
30
+ {
31
+ "instruction": "Switch on light for illuminator five",
32
+ "output": "Function (TurnLightOn), Arguments (Object=Illuminator, channel=channel_5)"
33
+ },
34
+ {
35
+ "instruction": "Illuminate channel five",
36
+ "output": "Function (TurnLightOn), Arguments (Object=Illuminator, channel=channel_5)"
37
+ },
38
+ {
39
+ "instruction": "Turn on light at channel five",
40
+ "output": "Function (TurnLightOn), Arguments (Object=Illuminator, channel=channel_5)"
41
+ },
42
+ {
43
+ "instruction": "Set lights to off on channel one",
44
+ "output": "Function (TurnLightOff), Arguments (Object=Illuminator, channel=channel_1)"
45
+ },
46
+ {
47
+ "instruction": "Deactivate illuminator number one",
48
+ "output": "Function (TurnLightOff), Arguments (Object=Illuminator, channel=channel_1)"
49
+ },
50
+ {
51
+ "instruction": "Switch off the light on channel one",
52
+ "output": "Function (TurnLightOff), Arguments (Object=Illuminator, channel=channel_1)"
53
+ },
54
+ {
55
+ "instruction": "Turn off illuminator on channel one",
56
+ "output": "Function (TurnLightOff), Arguments (Object=Illuminator, channel=channel_1)"
57
+ },
58
+ {
59
+ "instruction": "Turn off light for channel one",
60
+ "output": "Function (TurnLightOff), Arguments (Object=Illuminator, channel=channel_1)"
61
+ },
62
+ {
63
+ "instruction": "Set lights to off on channel two",
64
+ "output": "Function (TurnLightOff), Arguments (Object=Illuminator, channel=channel_2)"
65
+ },
66
+ {
67
+ "instruction": "Deactivate illuminator on channel two",
68
+ "output": "Function (TurnLightOff), Arguments (Object=Illuminator, channel=channel_2)"
69
+ },
70
+ {
71
+ "instruction": "Switch off light at channel two",
72
+ "output": "Function (TurnLightOff), Arguments (Object=Illuminator, channel=channel_2)"
73
+ },
74
+ {
75
+ "instruction": "Turn off illuminator number two",
76
+ "output": "Function (TurnLightOff), Arguments (Object=Illuminator, channel=channel_2)"
77
+ },
78
+ {
79
+ "instruction": "Turn off light for channel two",
80
+ "output": "Function (TurnLightOff), Arguments (Object=Illuminator, channel=channel_2)"
81
+ },
82
+ {
83
+ "instruction": "Resume process",
84
+ "output": "Function (StartMachineProcess), Arguments (Object=Machine, state=start)"
85
+ },
86
+ {
87
+ "instruction": "Start the machine process",
88
+ "output": "Function (StartMachineProcess), Arguments (Object=Machine, state=start)"
89
+ },
90
+ {
91
+ "instruction": "Begin the machine operation",
92
+ "output": "Function (StartMachineProcess), Arguments (Object=Machine, state=start)"
93
+ },
94
+ {
95
+ "instruction": "Activate the machine process",
96
+ "output": "Function (StartMachineProcess), Arguments (Object=Machine, state=start)"
97
+ },
98
+ {
99
+ "instruction": "Start the process for the machine",
100
+ "output": "Function (StartMachineProcess), Arguments (Object=Machine, state=start)"
101
+ },
102
+ {
103
+ "instruction": "Stop that machine now",
104
+ "output": "Function (StopMachineProcess), Arguments (Object=Machine, state=stop)"
105
+ },
106
+ {
107
+ "instruction": "Halt the machine process",
108
+ "output": "Function (StopMachineProcess), Arguments (Object=Machine, state=stop)"
109
+ },
110
+ {
111
+ "instruction": "Terminate the machine operation",
112
+ "output": "Function (StopMachineProcess), Arguments (Object=Machine, state=stop)"
113
+ },
114
+ {
115
+ "instruction": "Deactivate the machine process",
116
+ "output": "Function (StopMachineProcess), Arguments (Object=Machine, state=stop)"
117
+ },
118
+ {
119
+ "instruction": "End the machine process",
120
+ "output": "Function (StopMachineProcess), Arguments (Object=Machine, state=stop)"
121
+ },
122
+ {
123
+ "instruction": "Set current on channel one to 100 mili ampers",
124
+ "output": "Function (SetLightCurrent), Arguments (Object=Illuminator, channel=channel_1, power=100)"
125
+ },
126
+ {
127
+ "instruction": "Adjust light current on channel one to 100 milliamp",
128
+ "output": "Function (SetLightCurrent), Arguments (Object=Illuminator, channel=channel_1, power=100)"
129
+ },
130
+ {
131
+ "instruction": "Configure channel one current to 100 milliamps",
132
+ "output": "Function (SetLightCurrent), Arguments (Object=Illuminator, channel=channel_1, power=100)"
133
+ },
134
+ {
135
+ "instruction": "Set channel one to 100 milliamps current",
136
+ "output": "Function (SetLightCurrent), Arguments (Object=Illuminator, channel=channel_1, power=100)"
137
+ },
138
+ {
139
+ "instruction": "Adjust the current on illuminator channel one to 100 milliampers",
140
+ "output": "Function (SetLightCurrent), Arguments (Object=Illuminator, channel=channel_1, power=100)"
141
+ },
142
+ {
143
+ "instruction": "Set current on channel two to 200 mili ampers",
144
+ "output": "Function (SetLightCurrent), Arguments (Object=Illuminator, channel=channel_2, power=200)"
145
+ },
146
+ {
147
+ "instruction": "Adjust light current on channel two to 200 milliamp",
148
+ "output": "Function (SetLightCurrent), Arguments (Object=Illuminator, channel=channel_2, power=200)"
149
+ },
150
+ {
151
+ "instruction": "Configure channel two current to 200 milliamps",
152
+ "output": "Function (SetLightCurrent), Arguments (Object=Illuminator, channel=channel_2, power=200)"
153
+ },
154
+ {
155
+ "instruction": "Set channel two to 200 milliamps current",
156
+ "output": "Function (SetLightCurrent), Arguments (Object=Illuminator, channel=channel_2, power=200)"
157
+ },
158
+ {
159
+ "instruction": "Adjust the current on illuminator channel two to 200 milliampers",
160
+ "output": "Function (SetLightCurrent), Arguments (Object=Illuminator, channel=channel_2, power=200)"
161
+ }
162
+ ]