Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. {
  2. "$jason": {
  3. "head": {
  4. "title": "$agent.request Demo",
  5. "description": "Jasonette to Agent request demo",
  6. "agents": {
  7. "crypto": {
  8. "url": "http://instamundo.net/APIQuery.html"
  9. }
  10. },
  11.  
  12.  
  13. "actions": {
  14. "$vision.ready": {
  15. "type": "$vision.scan"
  16. },
  17. "$vision.onscan": {
  18. "type": "$agent.request",
  19. "options": {
  20. "id": "crypto",
  21. "method": "md5",
  22. "params": ["{{$jason.content}}}"]
  23. },
  24.  
  25. "success": {
  26. "trigger": "add",
  27. "options": {
  28. "result": "{{$jason}}"
  29. }
  30. },
  31. "type": "$util.alert",
  32. "options": {
  33. "title": "Scanned",
  34. "description": "{{$jason}}"
  35. }
  36. }
  37.  
  38.  
  39.  
  40. }
  41.  
  42.  
  43.  
  44. },
  45. "body": {
  46. "background": {
  47. "type": "camera",
  48. "options": {
  49. "device": "back"
  50. }
  51. }
  52. }
  53. }
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement