AdyRock / com.ady.button_plus

GNU General Public License v3.0
2 stars 3 forks source link

Button 2 right reports as 2 events, one left one right #102

Closed AAdam-Microfocus closed 1 month ago

AAdam-Microfocus commented 6 months ago

Homey

press button 2 right creates two events, one for 2 left and one for 2 right

grafik
AAdam-Microfocus commented 6 months ago

And button 3 left creates two events 3 left.

AAdam-Microfocus commented 6 months ago

One more, numbering to set a label is different than to set the LED

grafik
AdyRock commented 6 months ago

I have fixed an issue when the button has another Boolean capability assigned that causes double triggers. Basically the click event and the other capability changing were both triggering the Flow. I can't replicate or see why you would get the the right button triggering the left button, unless maybe you have the same capability assigned to both buttons or a Flow triggers the change.

I have also fixed the number offset for the LED card, which was actually calling the capability variant, so was doing entirely the wrong thing (copy and paste error in the code).

I will publish the update and maybe you could let me know if it solves all these issues.

AdyRock commented 1 month ago

As I haven't heard back, I am closing the issue as solved. Pleas feel free to reopen it it if the problem still exists.