acengnew commited on
Commit
e350d52
·
verified ·
1 Parent(s): 53c4871

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": "stop immediately", "priority": "high" },
3
+ { "command": "emergency shutdown", "priority": "critical" },
4
+ { "command": "slow down", "priority": "medium" },
5
+ { "command": "pause operation", "priority": "medium" }
6
+ ]