AdyRock / com.ady.button_plus

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

BUG: Trigger card "When <left/right> on connector <#> is on or off" always returns status tag TRUE #70

Closed Torch1969 closed 8 months ago

Torch1969 commented 8 months ago

Homey

Describe the bug Trigger flow card "When <left/right> on connector <#> is on or off". The tag "Status" is always True. Advanced Flow.

To Reproduce Steps to reproduce the behaviour: Create flow with this trigger card and display a message on timeline with the value of the tag "Status".

Expected behaviour I would suspect the status is True when button is pressed to on and False when button is pressed to off (or other way around).

Torch1969 commented 8 months ago

This also seems to be the case with the "And" card: "The <left/right> button on connector # is on", this card always returns "false".

In developer dashboard is see the value for the button switch between true and false when pressing the button, so it is recorded correctly.

Torch1969 commented 7 months ago

@AdyRock is still have status = true with the trigger card. When pressing button on device, or pressing button in app on button screen. The and card is correct now.