mcopy/cli/lib
mmcwilliams 6442d99817 Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
..
arduino Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
cam All remaining dual projector, dual camera work. 2019-04-20 10:15:28 -04:00
cmd Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
delay Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
device Add log to device module. This cli app is turning into a dog fast. Need to take a step back and reconsider. 2019-02-26 21:57:43 -05:00
devices Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
digital Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
display Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
exec Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
exit Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
ffmpeg Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
ffprobe Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
intval Make modules local because modules in /app directory are recompiled for electron. Throws error on load in node 10. 2019-02-24 08:32:16 -05:00
light Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
log Update the silent log methods to return false. 2019-04-15 16:11:18 -04:00
mscript FOUND THE BUG causing #3. Mscript still needs full conversion to typescript. This would have been caught on compile. Resolves #3, create a new issue for mscript refactor. 2019-05-28 09:06:59 -04:00
proj All remaining dual projector, dual camera work. 2019-04-20 10:15:28 -04:00
sequencer Time a sequence and pass back value of milliseconds back when sequence stops. 2019-05-28 17:48:42 -04:00
settings Settings module restores state to a default on "restore" 2019-04-15 16:13:28 -04:00
spawn Install private modules in the cli project 2019-03-22 19:52:59 -04:00
system Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
Readme.md Install private modules in the cli project 2019-03-22 19:52:59 -04:00

Readme.md

Functions

dependencies(platform)

Evaluates system dependencies for digital projector features by executing processes with --help flag. If they do not exist, log to console

system()object

Profile the current system and return an object with data about the displays and dependencies for the digital projector feature.

dependencies(platform)

Evaluates system dependencies for digital projector features by executing processes with --help flag. If they do not exist, log to console

Kind: global function

Param Type Description
platform string Operating system type

system() ⇒ object

Profile the current system and return an object with data about the displays and dependencies for the digital projector feature.

Kind: global function
Returns: object - Object containing system information