Hi,
In the web interface under Services > REST API, the feedback is activated but I never get the colored feedback. I get feedback with the given color if I configure it under "Buttons".
I've tried both with scenes and the individual light without success. It really looks like the issue described on this post. The output of http://[DINGZ_IP]/api/v1/actions is the following:
[{"source":"btn2","type":"single","uri":"put://BRIDGE_IP/api/[KEY]/groups/1/action?{\"on\": false}||","feedback":true},
{"source":"btn4","type":"single","uri":"put://BRIDGE_IP/api/[KEY]/lights/1/state?{\"on\": false}||","feedback":true},
{"source":"btn3","type":"single","uri":"put://BRIDGE_IP/api/[KEY]/lights/1/state?{\"on\": true}||","feedback":true},
{"source":"btn1","type":"single","uri":"put://BRIDGE_IP/api/[KEY]/groups/1/action?{\"on\": true}||","feedback":true}]
Weirdly, when I configure the button on the app, if I click on the "lightning/blitz" icon to test the command it works! But after configuration and saving, when clicking the buttons (from app or physically) it never works. As proposed on the other thread, I will also send you my configuration per e-mail.
Thanks