Skip to main content
Corvus Connection

Stream Deck: Set State

StreamDeck
streamdeck.setStateSets the state index of a multi-state Stream Deck action. Wire the trigger's 'context' into 'context' and the state index into 'state'.Sets a multi-state key's state index from a number input.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed
contextDataSystem.StringNone
stateDataSystem.Int32None

Outputs

Name
Kind
Type
Flags
outExecexecNone

Lowers to C#

await ctx.StreamDeck.SetStateAsync(context, state);