Announcement

Collapse
No announcement yet.

Prevent script from activating a triggered event

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

    Prevent script from activating a triggered event

    I have a capi control in a script that I don't want to trigger an event based on change of the device being controlled. Specifically, I want a device change (from manual control which homeseer senses) to trigger an event. But I also have an HS event that changes the device, and these should not trigger the event.
    How can I do this?

    #2
    Is it one of these Booleans? I can't find description of these input fields:
    hs.CAPIControlHandler(hs.CAPIGetSingleControl(41, false, CStr(CInt(calck2)), false, true))

    Comment

    Working...
    X