Create data.json
Browse files
data.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{ "command": "start assembly", "operation": "start" },
|
| 3 |
+
{ "command": "pause line", "operation": "pause" },
|
| 4 |
+
{ "command": "resume production", "operation": "resume" },
|
| 5 |
+
{ "command": "stop assembly", "operation": "stop" }
|
| 6 |
+
]
|