Announcement

Collapse
No announcement yet.

JDS Timers

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    JDS Timers

    I can import SG Timers OK and create Events for them. When Stargate sets a Timer, HS "sees" it. How do I set an SG Timer value in HS so that SG "sees" it, i.e., "Clear" an SG Timer within HS?

    #2
    I can think of two possible ways to try, but I don't import timers into HS, so have no actual experience.

    1. Use Then Macros. Place the timer action you want to execute in a macro, then call the macro from HS.

    2. Use flags.
    If
    (F:Flag1) is Set
    Then
    (T:Timer1) Clear
    (F:Flag1) Clear
    Nest End

    Set the flag in HS when you want to clear the timer.
    Mike____________________________________________________________ __________________
    HS3 Pro Edition 3.0.0.548, NUC i3

    HW: Stargate | NX8e | CAV6.6 | Squeezebox | PCS | WGL 800RF | RFXCOM | Vantage Pro | Green-Eye | Edgeport/8 | Way2Call | Ecobee3 | EtherRain | Ubiquiti

    Comment


      #3
      Using Macros & Flags for Timera

      Thanks for the suggestion. I had already thought about using Flags but I was hoping that there was a direct way to clear or load (with a given value) timers for SG directly in HS.

      Comment

      Working...
      X