OBS Studio
Send a scene-change command and light the button when OBS reports that the scene is active.
Open OBS guide →Practical recipe
Build a control that triggers an action and visibly reflects the state reported by your target.
Recipe outcome
The button sends a command when tapped. An incoming event changes its light state when the target confirms the result.
Build it
Touch and hold an empty panel position, choose “New,” select Button, and give it a title that describes the action.
Show the item type selection and the finished title, or provide two tightly cropped screenshots.
recipe-button-01-add.jpegSelect the action that should trigger the command. A normal tap is the clearest starting point; touch down, touch up, and long press can support more specialized controls.
Show the available Button actions and highlight the action used in this recipe.
recipe-button-02-action.jpegSelect the interface, choose its command, and enter the target-specific values. Test the action in Live Mode before adding feedback.
Show interface, command name, and all values required for one working example.
recipe-button-03-command.jpegSelect the incoming interface and event, match the target state, and use the appropriate Remote Option to update the button’s light.
Show the event match and the Remote Option that turns the light on or off.
recipe-button-04-event.jpegInterface examples
Send a scene-change command and light the button when OBS reports that the scene is active.
Open OBS guide →Publish a command value and update the button from a subscribed state topic.
Open MQTT guide →Send an OSC path and update the light from a matching incoming OSC message.
Open OSC guide →