1{
2    "device": "touchscreen",
3    "type": "elegant",
4    "actions": [
5        { "action": "down", "slot": 1, "x": 360, "y": 540 },
6        { "action": "wait", "duration": 500 },
7        { "action": "move-to", "slot": 1, "x": 360, "y": 100 },
8        { "action": "up", "slot": 1 }
9    ]
10}