Created
September 8, 2019 18:40
-
-
Save emmsdan/f341d87f45ae704e4623c992f6d50d96 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const features = [ | |
'can record video', | |
'can upload video to cloud', | |
'can search video', | |
'can start, stop and switch video outputs' | |
] | |
const screens = { | |
type: ['galary', 'analyst'] | |
} | |
interfaces = { | |
GUI: 'mouse vigual', | |
CMD: { | |
info: 'console commad', | |
commands: [ | |
{ keyword: 'h_ed start', info: 'login to account' }, | |
{ keyword: 'h_ed create', info: 'signup for an account' }, | |
{ keyword: 'h_ed hack -open -r', info: 'open camera recording' }, | |
{ keyword: 'h_ed hack -access -file.id-', info: 'view recorded video' }, | |
{ keyword: 'h_ed hack -access -camera.id-', info: 'view single camera' }, | |
{ keyword: 'h_ed hack -s "search params" ', info: 'search recorded videos' }, | |
{ keyword: 'h_ed hacked', info: 'logout' }, | |
] | |
}, | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment