Skip to content

roybower/crestron-pjlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6713157 · Jan 23, 2019

History

4 Commits
Oct 15, 2018
Oct 18, 2018
Jan 23, 2019
Oct 15, 2018

Repository files navigation

crestron-pjlink

SIMPL# Pro class to control projectors via PJLINK protocol

Example Usage

PJLink projector = new PJLink(); 

projector.PJLinkInitialise(projectorIP);

if (projector.PJLinkPowerState == PJLink.projOff)
    projector.PJLinkPower(true);  /// turn on

Contributing

Pull requests are welcome.

License

GPL-3.0

About

SIMPL# Pro class to control projectors via PJLINK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages