Announcement

Collapse
No announcement yet.

I could use a hand with a button triggering a HomeSeer event

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I could use a hand with a button triggering a HomeSeer event

    What I would like to do is to have it so that when I press the button to trigger the HomeSeer event it would have a pop-up window appear asking me "Do you want to run this event?" with the choice Button for "Yes" and Button for "No." Any of you guys know how to do that?

    #2
    A few steps to do this:

    The button you want to use to initiate the event: ActionsWhenReleased -> Screen:Show another screen on top of the current screen

    Then create a new, smaller screen that has 2 buttons, one for Yes, and another for Cancel (or No).

    Yes button: ActionsWhenReleased -> HomeSeer:Run a HomeSeer Event -> pick the event from the dropdown box
    Cancel button: ActionsWhenReleased -> Screen:Close a screen -> choose the new screen you just opened from the dropdown box

    Then I would add another action to open the original screen by itself just because I have found that every so often closing the screen on top doesn't leave the original screen working as expected.

    Easy peasy

    Comment


      #3
      Thanks dude, youre a rock star!

      Comment

      Working...
      X