Things are coming along really well with my remote. Through trial & error I’ve resolved most of my questions and issues. However, I do have a question that I can’t seem to solve.
I’m setting up my remote to be a single page, with options (Roku, TV, etc.) set up in a row on the remote. Basically, it has bindings to the necessary equipment. One of these bindings needs to be to my Onkyo receiver, and I assume to change the input value I’ll select the InputSource value and set it equal to the input I use for that device. How do I get a list of values for the input choices? I assume it would be something like “Game1” instead of “HDMI1” since you can switch the audio/video values for any source.
So again, here’s a summary of my values:
Binding: Txnr818.InputSource
Boolean Operator: = (equals)
Value: <This is what I’m unsure about>
In the documentation it simply says the possible values is an array, and I would assume this would be device dependent. Any help would be appreciated!
EDIT:
Okay… searching through the forums I found the following post. Man… so clever and simple!