Create data.json
Browse files
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 |
+
]
|