Skip to main content

Switch Profile

  • Alert key: obs-switchProfile
  • Source: OBS

Default message template

OBS profile switched to {{profile}}

Template variables

Use any of these in alert text, TTS, or chat templates. The same names appear under data.extraSettings.* when you subscribe via Overlay.on('alert').

Template variableOverlay payload fieldDescription
{{profile}}data.extraSettings.profileNo description available yet.

Example payloads

Each scenario below mirrors what Lumia emits in Overlay.on('alert', (data) => …).

Profile Change

{
"alert": "obs-switchProfile",
"dynamic": {
"value": "Lumia Profile"
},
"extraSettings": {
"profile": "Lumia Profile"
}
}

Variation conditions

Dimensions you can branch on when configuring alert variations:

  • RANDOM
  • EQUAL_STRING - Profile is equal to
  • EQUAL_VARIABLE