Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. const features = [
  2. 'can record video',
  3. 'can upload video to cloud',
  4. 'can search video',
  5. 'can start, stop and switch video outputs'
  6. ]
  7.  
  8. const screens = {
  9. type: ['galary', 'analyst']
  10. }
  11.  
  12. interfaces = {
  13. GUI: 'mouse vigual',
  14. CMD: {
  15. info: 'console commad',
  16. commands: [
  17. { keyword: 'h_ed start', info: 'login to account' },
  18. { keyword: 'h_ed create', info: 'signup for an account' },
  19. { keyword: 'h_ed hack -open -r', info: 'open camera recording' },
  20. { keyword: 'h_ed hack -access -file.id-', info: 'view recorded video' },
  21. { keyword: 'h_ed hack -access -camera.id-', info: 'view single camera' },
  22. { keyword: 'h_ed hack -s "search params" ', info: 'search recorded videos' },
  23. { keyword: 'h_ed hacked', info: 'logout' },
  24. ]
  25. },
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement