There are a set of commands that allow a TV app to change the configuration of the server and application that it points to. For these commands to work the application has to be compiled with support for demo mode. Show Demo This command brings up the demo mode screen. This screen allows you to enter a code to retrieve the demo settings from the Triumph server. <menuItem rockCommand="showDemo"> <title>Demo</title> </menuItem> This command has no options. This command will clear the demo settings from the application and bring the compiled settings back. This command is built into the demo settings screen. <menuItem rockCommand="clearDemo" > <title>Demo</title> </menuItem> This command has no options. Update Demo This command will update the demo settings based on the code entered in the demo settings screen. This command should not be used outside of the demo settings screen. <button rockCommand="updateDemo"> <text>Clear Settings</text> </button> This command has no options.