Trigger for proximity sensor

I am trying to add a trigger that if a proximity sensor is pinned up and then down a transition to the next step will be made.

Great question. Here’s a sample trigger that will allow you to accomplish this:

WHEN

  • “Device” “GPIO” outputs at “this station” with events “Pin changed”

IF ALL of the following are true:

  • “Device Output” “pin” “=” “Static Value” “number” “1”
  • “Device Output” “value” “Is False”

THEN

  • “Go To Step” “Next”
1 Like