We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49586cd commit 64060c3Copy full SHA for 64060c3
1 file changed
wiki/API-Reference:-Sensors.md
@@ -446,6 +446,14 @@ SENSORTAG Construct a SensorTag with inlined data storage.
446
447
GET.DATASTORE Return the disk-backed DataStore (read-only view).
448
449
+#### `v = get()`
450
+
451
+GET.X Read-only access to timestamps (backward-compat with legacy Sensor.X).
452
453
454
455
+GET.Y Read-only access to values (backward-compat with legacy Sensor.Y).
456
457
#### `[X, Y] = getXY(obj)`
458
459
GETXY Return X, Y by reference (zero-copy via COW).
0 commit comments