konieczn Posted March 22, 2017 Share Posted March 22, 2017 I'm looking for the easiest way to program in our system for when Living is turned on (whether music, satellite, FireTV, etc) the audio from Living also plays over the Kitchen speakers. I had it setup prior, but when I added my HDMI matrix into the mix, I became lost because it doesn't seem as easy as "when Living Satellite selected, turn on Kitchen". Did I make that clear as mud? Link to comment Share on other sites More sharing options...
Cyknight Posted March 22, 2017 Share Posted March 22, 2017 WHEN Living room CURRENT_SELECTED_DEVICE changes {this is under room variables} delay 100 ms {optional really but it'll catch any instance where the system hasn't adapted the variable befor it reads the next line) SET Kitchen CURRENT_SELECTED_DEVICE to the value of Living room CURRENT_SELECTED_DEVICE Note that this will now do it for both audio AND video. To do it ONLY for video sources WHEN the video selection changes {this directly on the room) delay 100 ms SET Kitchen CURRENT_SELECTED_DEVICE to the value of Living room CURRENT_SELECTED_DEVICE Link to comment Share on other sites More sharing options...
konieczn Posted March 22, 2017 Author Share Posted March 22, 2017 Perfect, thank you for the help. I'll try this evening or tomorrow, thanks again. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.