MULTI-STORAGE PERIPHERALThe advanced digitizer moves items, fluids, and energy between attached storage and durable digital identifiers.
- Peripheral type
{{ peripheralType }}- Storage
- Items, fluids, energy
- Failure style
- Recoverable result pairs
+
The advanced digitizer can extract from its internal inventory with source
`self`, or from an attached inventory/item storage by peripheral name. The
source defaults to `self`.
+> **Mode matters:** an identifier belongs to exactly one of `item`, `fluid`, or
+> `energy`. Always use the same mode when inspecting, refreshing, or restoring it.
+
Item filters may be:
- A one-based slot number. This requires slotted storage.
diff --git a/projects/typed-peripheral-digitalitems/documentation/guides/basic-digitizer.md b/projects/typed-peripheral-digitalitems/documentation/guides/basic-digitizer.md
index 8ce2709..4aa1636 100644
--- a/projects/typed-peripheral-digitalitems/documentation/guides/basic-digitizer.md
+++ b/projects/typed-peripheral-digitalitems/documentation/guides/basic-digitizer.md
@@ -1,8 +1,20 @@
+---
+peripheralInterface: Digitizer
+---
+
# Basic Digitizer
-The basic digitizer handles items in its own inventory. Slots are one-based and
-default to slot 1. `digitize()` removes the complete stack; `digitizeAmount()`
-requires an exact positive amount no greater than the physical stack.
+