effect
The effect endpoint will handle anything relating directly to effects and their settings. Applying, installing, or changing effects will be done through here.
apply/{Effect Name}
This action will apply the Effect Name given.
Note: It is case sensitive and requires the effect to be installed.
Arguments for this action will be all of the settings in the effect. I.e.
signalrgb://effect/apply/Drizzle?confHue=60&confLength=10&confOpacity=6&confSpeed=50&confWidth=6&rainbowMode=true
Note: The parameter key's are the settings property value, not the displayed description value.
signalrgb://effect/apply/Drizzle?confHue=60&confLength=10&confOpacity=6&confSpeed=50&confWidth=6&rainbowMode=true
install/{Effect Name}
This endpoint will install the Effect Name given if it isn't already installed.
Note: The Effect Name is case sensitive.
Was this page helpful?