Announcement

Collapse
No announcement yet.

Suspending several Events

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

    Suspending several Events

    Hi,

    How do I suspend several Events with one command?

    I do I unsuspend those same Events with one command?

    Thanks.

    #2
    I'm not sure if this would fit your requirement, but you could create a script which has a "DisableEvent("My Event Name")" for each event you wish to disable. Simply running the script would disable all events at the same time.

    To turn the events back on, use the "EnableEvent("My Event Name")" command.

    Phill

    Comment


      #3
      Gabriel,
      My vacation script is simply a list of events to disable/enable when a certian X10 signal is received. The syntax is :

      hs.EnableEvent("Overhead light") where overhead light is the name of the event.
      hs.DisableEvent("Overhead light")
      💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

      Comment


        #4
        Without a script, simply create a single virtual device, and then add the virtual device (on/off) as a condition to the event. If the event requires the device to be on, turn it off and it won't run!
        Regards,

        Rick Tinker (a.k.a. "Tink")

        Comment

        Working...
        X