process.json 368 B

12345678910111213141516171819202122
  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": "fun",
  15. "method": "adb-swipe",
  16. "inVars": ["right-left"],
  17. "outVars": []
  18. }
  19. ]
  20. }
  21. ]
  22. }