Skip to content

vvsokolov/node-red-contrib-pjlink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-pjlink

A PJLink node for Node-RED

Installation

npm install node-red-contrib-pjlink

Usage

You can send the following commands as a text string in msg.payload

  • on
  • off
  • muteon
  • muteoff
  • getmute
  • getname
  • getmanufacturer
  • getmodel
  • getlamps
  • getinputs
  • getinput
  • getinfo
  • getpowerstate
  • getclass
  • geterrors

You can also set the inputs by sending this object as msg.payload

{"source": 3, "channel": 3}

PJLink specfic errors will be sent to the second output. You can connect to multiple projectors with the same object by specifying msg.host, msg.port and msg.password In this mode the status will not be shown.

See this flow for an example of all the commands.

About

A PJLink node for Node-RED

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.8%
  • HTML 13.2%