Skip to content

stepdimension

Daniel Larsson edited this page Feb 14, 2025 · 1 revision

StepDimension action

Cycle a step in a cyclic dimension

  • id: library ID of the cyclic dimension

Example

Cycle one step in the dimension with library ID aBc123.

{
    "action": "stepdimension",
    "settings":{
        "id": "aBc123"
    }
}
Clone this wiki locally