| 12345678910111213141516171819202122 |
- {
- "name": "Test",
- "description": "测试",
- "variables": [],
- "execute": [
- {
- "type": "schedule",
- "condition": {
- "interval": "1s",
- "repeat": -1
- },
- "interval": [
- {
- "type": "fun",
- "method": "adb-swipe",
- "inVars": ["right-left"],
- "outVars": []
- }
- ]
- }
- ]
- }
|