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