I know that the "Index" scene automatically loads when the remote is started. I want to use a bit of logic to choose when that scene is loaded. Here is the use case, when the system is off, the remote should show the "Activity" screen with the power options. When the system is on, it should show the screen that controls whatever is playing.
I can get 90% there by loading the Activity scene when the system is turned off.... In the morning, when someone picks up the remote, it is on the right screen. When they turn on the system, it will go to the right scene for what they want to do.
My ask is not to do this based on an action (turn on/turn off), but to be able to modify what scene is loaded via a server variable. Using this approach would allow me to reboot the device mid day and have it start in the right mode.
Any ideas?
Please Log in or Create an account to join the conversation.