Skip to content

FlipFlop

84

The FlipFlop node toggles between two different actions (A and B) each time it receives an input trigger. It effectively functions as a software-based push-on/push-off switch.

When to use this node: * Light Toggles: Turning a light ON with the first button press (Action A) and OFF with the second (Action B). * Simple Mode Selection: Switching a monitor display between a "Camera Feed" and a "Map View" with a single button. * Alternating States: Using the is A boolean to track the current state and display the appropriate "On" or "Off" status on the Room Master’s dashboard.

Connectors in

  • in [type: action]

Connectors out

  • A [type: action]
  • B [type: action]
  • is A [type: bool]

Node properties

  • in [type: action]