Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.peaq.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Helpers for common data types.
# Telemetry compaction keeps payloads within chain limits
sdk.store.add_telemetry("G1", {
  "timestamp": 1710001111,
  "battery_level": 87.3,
  "status": "ok",
})

# Device configuration
sdk.store.add_configuration("G1", {"mode": "autonomous", "interval": 5})