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
// Check this image, with all the buttons etc. | |
// https://s3.amazonaws.com/ext.agencewebdiffusion.com/Daniel/APCmini-vMix.PNG | |
// these are the available colors | |
var OFF = 0; | |
var GREEN = 1; | |
var GREEN_BLINK = 2; | |
var RED = 3; | |
var RED_BLINK = 4; | |
var YELLOW = 5; |