grzegorz914 / homebridge-denon-tv

Homebridge plugin for Denon/Marantz AV Receivers, publish as independent external platform accessory.
MIT License
70 stars 15 forks source link

`inputs.mode` documentation #227

Closed DonutEspresso closed 5 months ago

DonutEspresso commented 6 months ago

Hello - I wanted to clarify what the inputs.mode configuration is for. In the config UI I see values for input, favorite, and quick/smart select. Does this basically specify what bucket to attempt to pull the "reference" value from? e.g., if you specified a string that doesn't exist in the bucket, presumably that would be a failed configuration?

grzegorz914 commented 6 months ago

The inputs, favorite, quick/smart select for reference use different prefix to set correct input on device, the inputs list contain all inputs and also favourite and quick/smart select programable buttons, so in this case need to set correct prefix.

grzegorz914 commented 6 months ago

I can this identify automatically, will add it in next release.

grzegorz914 commented 6 months ago

added in 4.7.0-beta, can You check correct functionality on Your side

DonutEspresso commented 6 months ago

Thanks! Just tried beta7, seems to work as expected. This is helpful, makes it harder for users to get something wrong accidentally. Also verified the fix for #226. Thank you! 👍