Files
cmr-mini/realtime-gateway/config/consumer-tunnel.example.json

11 lines
218 B
JSON

{
"url": "wss://your-tunnel-host.example.com/ws",
"token": "replace-with-dev-consumer-token",
"topics": [
"telemetry.location",
"telemetry.heart_rate"
],
"deviceId": "child-001",
"snapshot": true
}