acengnew commited on
Commit
3c048c1
·
verified ·
1 Parent(s): 946ad3f

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": "take off", "action": "takeoff" },
3
+ { "command": "land now", "action": "land" },
4
+ { "command": "hover in place", "action": "hover" },
5
+ { "command": "return home", "action": "return" }
6
+ ]