pds

1.0.1 • Public • Published

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);
 

Readme

Keywords

none

Package Sidebar

Install

npm i pds

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • tjkrusinski