consumer-tunnel.example.json 218 B

12345678910
  1. {
  2. "url": "wss://your-tunnel-host.example.com/ws",
  3. "token": "replace-with-dev-consumer-token",
  4. "topics": [
  5. "telemetry.location",
  6. "telemetry.heart_rate"
  7. ],
  8. "deviceId": "child-001",
  9. "snapshot": true
  10. }