Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "$jason": {
  3. "head": {
  4. "actions": {
  5.  
  6.  
  7. "$vision.ready": {
  8. "type": "$vision.scan"
  9. },
  10. "$vision.onscan": {
  11. "type": "$network.request",
  12. "options": {
  13. "url": "{{$jason.content}}",
  14. "data_type": "html"
  15. }
  16.  
  17.  
  18.  
  19.  
  20.  
  21. }
  22. },
  23. "body": {
  24. "background": {
  25. "type": "camera",
  26. "options": {
  27. "device": "back"
  28. }
  29. }
  30. }
  31. }
  32. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement