consumer-gps-heart.example.json 292 B

123456789101112131415
  1. {
  2. "url": "ws://127.0.0.1:18080/ws",
  3. "token": "replace-with-dev-consumer-token",
  4. "snapshot": true,
  5. "subscriptions": [
  6. {
  7. "deviceId": "child-001",
  8. "topic": "telemetry.location"
  9. },
  10. {
  11. "deviceId": "child-001",
  12. "topic": "telemetry.heart_rate"
  13. }
  14. ]
  15. }