process.json 442 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "Test",
  3. "description": "测试",
  4. "variables": [
  5. ],
  6. "execute":
  7. [
  8. {
  9. "type": "schedule",
  10. "condition":
  11. {
  12. "interval": "1s",
  13. "repeat": -1
  14. },
  15. "interval":
  16. [
  17. {
  18. "type": "adb",
  19. "method": "swipe",
  20. "inVars": ["down-up"],
  21. "outVars": []
  22. }
  23. ]
  24. }
  25. ]
  26. }