Create data.json
Browse files
data.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{ "command": "come here", "intensity": "normal" },
|
| 3 |
+
{ "command": "COME HERE NOW", "intensity": "high" },
|
| 4 |
+
{ "command": "stop please", "intensity": "low" },
|
| 5 |
+
{ "command": "STOP!", "intensity": "critical" }
|
| 6 |
+
]
|