Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 342 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 342 Bytes

pypjlink2

Implementation of the PJLink Class 1 protocol to control projectors.

Fork of pypjlink which is no longer maintained, with support for Optoma projectors

Usage

from pypjlink2 import Projector

with Projector.from_address('projector_host') as projector:
    projector.authenticate()
    projector.set_power('on')