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 variable | Overlay payload field | Description |
|---|---|---|
{{profile}} | data.extraSettings.profile | No 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:
RANDOMEQUAL_STRING- Profile is equal toEQUAL_VARIABLE
Related
- Alert Explorer - live preview of every alert
- Overlay Type Definitions - full
AlertEventTypeScript type