Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pds-902

Node.js module to control a Barco PDS 902.

Installation

$ npm install pds

Usage

var Pds = require('pds');

var switcher = new Pds({
  host: '192.168.0.3' // switcher ip address
}).connect();


/**
 *  transition the bus on the switcher
 */

switcher.take();


/**
 *  preview input 2
 *
 *  @param {Number} Input - the input number you would like to preview
 */

switcher.prev(2);

About

Node.js module to control a Barco PDS 902

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages