Json state and info answer missing informations

Hi, in the json state and info answer from WLED are several informations. I can find the udppost under info as well as the sync state under state->udpn->recv and ->send.

But where do i find:

  • the udp sync group settings 1-8
  • the second udp port

thanks,
tom

Hello,
Maybe use cfg.json for info on UDP sync group settings and second UDP port? For instance:

"if":{
  "sync":{
    "port0":21324,"port1":65506,"recv":{ ...,"grp":1,...},"send":{...,"grp":1}
  },

Hope this helps!
Gbd

Right ! Thanks !

Is it possible to include this in the state or info json info that comes via mqtt ?

Unfortunately, I haven’t much experience with WLED MQTT – the available api or topics to be precise.