Widgets / directory

RTC

RTC

Background time-sync widget that exposes server time to firmware logic.

At a glance

Default2 x 2
Minimum2 x 2
Resizenone
Pinoptional
Interactiveno

Behavior

  • Mostly invisible to the end user.
  • Often combined with Timer and periodic telemetry.
  • Web docs should treat it as infrastructure more than UI because presence matters more than layout.

Firmware contract

Use it when the board needs trustworthy time for local scheduling or logs.

On the app side this widget snaps to the 8-column square grid and uses none resizing. Its raw type is RTC and the matching icon token in the app is clock.badge.checkmark.fill.

Pin support: No visible pin contract; the widget exists to inject time state into the project context.

Transmission: Time sync rather than normal value writes.

Canvas preview

docs.widget.preview
15:29:49
RTC

Widget contract

PropertyValue
Raw typeRTC
Default size2 x 2
Minimum size2 x 2
Resize modenone
Pin requirementoptional / infrastructure
Pin supportNo visible pin contract; the widget exists to inject time state into the project context.
Interactiveread-only / service
TransmissionTime sync rather than normal value writes.

Allowed pin families

No visible pin contract; the widget exists to inject time state into the project context.

Transport path

Time sync rather than normal value writes.

Operational limits

User-facing docs should explain it as infrastructure, not as a visible dashboard tile

Configuration surface

  • mostly presence-based: if the widget exists, time sync can be requested by firmware libraries
  • best documented as project capability, not as a prominent visible tile

Limits and caveats

  • User-facing docs should explain it as infrastructure, not as a visible dashboard tile

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