bitfocus / companion-module-generic-pjlink

Companion Module
MIT License
5 stars 8 forks source link

Generate inputs from projector response on Class 1 projectors; Check for Laser PJ #47

Closed istnv closed 1 year ago

istnv commented 1 year ago

Issue #44 and #46 BUG: Class 1 and 2 projectors provide actual input IDs. Only class 2 provides the internal name. The module was using a generic list of inputs that did not always correspond to the projector.

Updated to use the actual input list as reported by the projector to generate the input list. NOTE: These are still generic names since the projector does not provide the actual names (Digital-1 may actually be labeled HDMI on the projector)

Issue #45 BUG: The newer Laser projectors do not provide lamp hours, and return an error that means 'No lamp here' when queried. Updated to catch this error and disable the lamp life feedback query.

Minor syntax cleanup Version bump Doc update to clarify input name limitations on Class 1 projectors