Update comments on devices module.

This commit is contained in:
mmcwilliams 2019-05-28 12:16:01 -04:00
parent 5c9091d957
commit 2e8d20f40a
7 changed files with 11 additions and 7 deletions

View File

@ -9,7 +9,8 @@ const Log = require("log");
**/
class Devices {
/**
*
* Constructor assigns arduino, settings, UI browser window and cam objects
* locally to this class for reference.
**/
constructor(arduino, settings, mainWindow, cam) {
this.connected = {};

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,8 @@ const Log = require("log");
**/
class Devices {
/**
*
* Constructor assigns arduino, settings, UI browser window and cam objects
* locally to this class for reference.
**/
constructor(arduino, settings, mainWindow, cam) {
this.connected = {};

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,8 @@ const Log = require("log");
**/
class Devices {
/**
*
* Constructor assigns arduino, settings, UI browser window and cam objects
* locally to this class for reference.
**/
constructor(arduino, settings, mainWindow, cam) {
this.connected = {};

File diff suppressed because one or more lines are too long

View File

@ -22,7 +22,8 @@ class Devices {
private cam : any;
/**
*
* Constructor assigns arduino, settings, UI browser window and cam objects
* locally to this class for reference.
**/
constructor (arduino : Arduino, settings : any, mainWindow : any, cam : any) {
this.arduino = arduino;