Normal Button Status change for Denon AVR

Hi,

I am trying to use a normal button and highlight it when it’s active.
it’s working but partially.

normalbutton

Normal_Button_Status.hrp (100.3 KB)

I set EventTrigger and DataTrigger, but I guess I am missing something…

I think that there is a time cap between the action and capturing feedback from Denen AVR.

Please help me.

This is a bug. The main polling loop is likely running right around the time the change is sent so you are seeing the bounce back. You successfully send the change so the new value is applied but the polling loop still sees the old value for a split second. I’ll fix this in the next 3.14.0 release.

Oh… I see.
I am looking forward to seeing the update soon.

Thank you.