Numeric input with min/max constraints and compact keypad-driven editing.
At a glance
Behavior
Firmware contract
Parse the incoming value as integer or float depending on the configured range.
On the app side this widget snaps to the 8-column square grid and uses both resizing. Its raw type is NUMBER_INPUT and the matching icon token in the app is number.square.fill.
Pin support: Virtual, digital or analog depending on pinType.
Transmission: Single numeric payload, usually scalar integer in the current widget set.
Canvas preview
Widget contract
| Property | Value |
|---|---|
| Raw type | NUMBER_INPUT |
| Default size | 4 x 2 |
| Minimum size | 3 x 1 |
| Resize mode | both |
| Pin requirement | required |
| Pin support | Virtual, digital or analog depending on pinType. |
| Interactive | yes |
| Transmission | Single numeric payload, usually scalar integer in the current widget set. |
Allowed pin families
Virtual, digital or analog depending on pinType.
Transport path
Single numeric payload, usually scalar integer in the current widget set.
Operational limits
Still needs board-side validation for dangerous ranges
Configuration surface
Limits and caveats
Layout notes
Canvas footprint
4 x 2
Default footprint in the Plynx canvas before user resizing.
Resize floor
3 x 1
The minimum size accepted by the app during drag-resize.
Interaction model
Live input
Whether the user edits state directly or only reads it.
Button
Momentary or toggle actuator for a single virtual or hardware pin.
Styled Button
A richer button with distinct on/off labels and color states.
Slider
Horizontal continuous input with min, max and send strategy options.
Vertical Slider
Vertical range control for compact side panels and console-style layouts.