New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pds

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pds

Node.js module to control a Barco PDS 902

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 19 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts