acengnew commited on
Commit
400d5a8
·
verified ·
1 Parent(s): d38b951

Create data.json

Browse files
Files changed (1) hide show
  1. data.json +6 -0
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
+ ]