Widgets / directory

Bridge

BRIDGE

Background bridge for writing pins on another device or token context.

At a glance

Default2 x 2
Minimum2 x 2
Resizenone
Pinoptional
Interactiveno

Behavior

  • Useful for multi-board rigs and shared automation layers.
  • Should eventually be represented in web topology views.
  • Requires careful permissions in the backend because writes cross device or token boundaries.

Firmware contract

Think of it as routing rather than rendering: it transfers values across device contexts.

On the app side this widget snaps to the 8-column square grid and uses none resizing. Its raw type is BRIDGE and the matching icon token in the app is arrow.left.arrow.right.

Pin support: Bridges between devices or token scopes instead of binding one visible pin.

Transmission: Forwards values into another board/device context.

Canvas preview

docs.widget.preview
24.8
Bridge

Widget contract

PropertyValue
Raw typeBRIDGE
Default size2 x 2
Minimum size2 x 2
Resize modenone
Pin requirementoptional / infrastructure
Pin supportBridges between devices or token scopes instead of binding one visible pin.
Interactiveread-only / service
TransmissionForwards values into another board/device context.

Allowed pin families

Bridges between devices or token scopes instead of binding one visible pin.

Transport path

Forwards values into another board/device context.

Operational limits

Permissions and ownership boundaries matter more than widget chrome

Configuration surface

  • needs a clear target device or token context
  • often hidden from end-user dashboards and exposed more in ops tooling

Limits and caveats

  • Permissions and ownership boundaries matter more than widget chrome
  • easy to misuse without audit logs
  • In serious deployments this belongs to ops and project policy, not casual end-user canvas editing

Layout notes

Canvas footprint

2 x 2

Default footprint in the Plynx canvas before user resizing.

Resize floor

2 x 2

The minimum size accepted by the app during drag-resize.

Interaction model

Display

Whether the user edits state directly or only reads it.

Related widgets