Announcement

Collapse
No announcement yet.

Comparison between 2 device values

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

    Comparison between 2 device values

    Originally posted by User guide
    Comparison between 2 device values is true.
    The comparison trigger/condition let you compare two devices value. You can optionally add a positive or negative offset to the the second device value.
    In the trigger case it will only fire the event if and only if

    (a) the condition was previously false
    (b) one of the two devices being compared has its value changed
    (c) the condition is now true
    Is it possible to remove (a)

    #2
    (a) only apply to the comparison trigger (IF / OR IF), so you could use the comparison condition (AND IF) instead
    i.e a comparison trigger without (a) would be equivalent to:

    IF device A has a value that just changed
    AND IF device A > device B

    OR IF device B has a value that just changed
    AND IF device A > device B

    Comment


      #3
      Thank you i wil try it out

      Comment

      Working...
      X