Skip to content

Commit 64060c3

Browse files
docs: auto-update API reference from source code
1 parent 49586cd commit 64060c3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

wiki/API-Reference:-Sensors.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,14 @@ SENSORTAG Construct a SensorTag with inlined data storage.
446446

447447
GET.DATASTORE Return the disk-backed DataStore (read-only view).
448448

449+
#### `v = get()`
450+
451+
GET.X Read-only access to timestamps (backward-compat with legacy Sensor.X).
452+
453+
#### `v = get()`
454+
455+
GET.Y Read-only access to values (backward-compat with legacy Sensor.Y).
456+
449457
#### `[X, Y] = getXY(obj)`
450458

451459
GETXY Return X, Y by reference (zero-copy via COW).

0 commit comments

Comments
 (0)