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