Skip to main content

Switch Vertical Scene

  • Alert key: meld-switchVerticalScene
  • Source: Meld

Default message template

Meld vertical scene switched to {{scene}}

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
{{scene}}data.extraSettings.sceneScene name
{{previousScene}}data.extraSettings.previousSceneNo description available yet.

Example payloads

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

Vertical Scene Change

{
"alert": "meld-switchVerticalScene",
"dynamic": {
"value": "Lumia Scene [Vertical]"
},
"extraSettings": {
"scene": "Lumia Scene [Vertical]",
"previousScene": ""
}
}

Variation conditions

Dimensions you can branch on when configuring alert variations:

  • RANDOM
  • EQUAL_STRING - Vertical Scene is equal to
  • EQUAL_VARIABLE