setEffect
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/input/effect
WebsocketHTTP/S
For best practices on using priorites, see Components & Priorities.
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location -g --request POST 'https://localhost:8092/json-rpc/input/effect' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "effect",
"effect": {
"name": "Warm mood blobs"
},
"priority": 50,
"origin": "My Fancy App"
}'
Response Response Example
Success
{
"command": "effect",
"success": true,
"tan": 0
}
Request
Body Params application/json