Announcement

Collapse
No announcement yet.

Event to run between certain hours

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

    Event to run between certain hours

    Trying to work on an event that triggers only during certain hours of the day. Basically I don't want this event to run between 4:00 am and 7:00 am. Any other time during the day is fine. Does this look right?
    Click image for larger version

Name:	Untitled.jpg
Views:	287
Size:	20.8 KB
ID:	1254519

    #2
    That event can't run. Both conditions need to be true, and the time cannot be both after 7 and before 4.

    To select two time periods you can use an Or IF. it will look like this:
    IF this device changes an becomes . . .
    AND IF The time is after 7:00 AM

    OR IF this device changes an becomes . . .
    AND IF The time is before 4:00 AM

    There are other options, but for this case, the OR IF would be my choice.
    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

    Working...
    X