How to cycle to all effect?

Hi All,

I am trying to cycle to all effect using an api call but i am not sure that i am doing this correctly. See my api call below. Please help.

http://192.168.1.228/win&FX=~&TT=1000

May I aske what the TT stands for?

https://kno.wled.ge/interfaces/http-api/

if you can, use JSON API
https://kno.wled.ge/interfaces/json-api/

TT stands for set transition time in milliseconds

not milliseconds
1/10th-s of a second

Thank you!

I am not familiar with Jason api and familiar with http app.

Can you correct what I am doing wrong in my http app call below?

Http://192.168.1.228/win&FX=~

Ms I thought stands for millisecond.

See picture attached

Apparently TT does not set correct “transition time”. You may file a bug report on Github (or I’m mistaken again).
And it is indeed specified in ms. My bad.

You’ll need to get feedback from @Aircoookie as transitions were his code.

Ok.

Any response to what I am doing wrong with my http api code from previous email?

Al

use JSON API

Never mind. Apparently, you don’t read my previous emails.

From the KB: " While this API is not deprecated, it is highly recommended to use the JSON API instead of the HTTP API for new integrations, as it is structured in a better way and allows efficient use of newer features like segments, presets, and playlists."

" WLED versions since 0.8.4 implement a powerful JSON API over HTTP.
It is accessible using the /json subpage."

Not really sure of the issue you are facing other then TT as http://10.0.6.74/win&FX=~ works for me and
also {“seg”:{“fx”:“~”}} when called directly , in presets or mqtt
image
And please do not shoot the messenger :smile:

Thank you! I will try that.

Thanks,
Al