Conversation
… provide examples" This reverts commit d6ca1ef.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request updates the README.md file to document the new activeInputs configuration option for Panasonic projector plugins, allowing users to specify which input sources should be active and their display names.
- Added documentation for the optional
activeInputsarray configuration parameter - Included example configurations showing how to specify active inputs with custom names
- Listed valid input keys that can be used in the configuration
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the
README.mdfile to include new configuration options for Panasonic projector plugins. The changes primarily involve adding support for specifying active input sources and clarifying their usage.Updates to configuration options:
Added an
activeInputsarray to the configuration, allowing users to specify active input sources, each with akeyandname. This is optional, and if omitted, all inputs will be included with default names. ([[1]](https://github.com/PepperDash/epi-panasonic-projector/pull/23/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L35-R49),[[2]](https://github.com/PepperDash/epi-panasonic-projector/pull/23/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R81-R97))Documented valid
activeInputskeys (Computer1,Computer2,Video,S-Video,DVI,HDMI1,HDMI2,SDI,DigitalLink) and clarified their optional nature in the plugin configuration. ([README.mdR58-R59](https://github.com/PepperDash/epi-panasonic-projector/pull/23/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R58-R59))