> ## 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.

# Telemetry and Configuration Helpers

Helpers for common data types.

```python theme={"theme":{"light":"github-light-default","dark":"github-dark"}}
# 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})
```
