process.json 388 B

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