Stream Stopping
- Alert key:
meld-streamStopping - Source: Meld
Default message template
{{name}} is stopping
Example payloads
Each scenario below mirrors what Lumia emits in Overlay.on('alert', (data) => …).
Stream Stop
{
"alert": "meld-streamStopping",
"dynamic": {
"value": "Go Bright"
},
"extraSettings": {}
}
Variation conditions
Dimensions you can branch on when configuring alert variations:
RANDOMEQUAL_VARIABLE
Related
- Alert Explorer - live preview of every alert
- Overlay Type Definitions - full
AlertEventTypeScript type