Mithra Public API
API Docs
API Docs
    • Mithra Public API
    • Realtime (SSE)
      • SSE Event Schema
      • Connect (SSE)
        GET
      • Subscribe (SSE)
        POST
    • List Sensors
      GET
    • List Locations
      GET
    • Sensor Readings
      GET
    • Schemas
      • SSE: sensor_measurement
      • SSE: client_push
    API Docs
    API Docs

    SSE: sensor_measurement

    {
        "type": "string",
        "client_id": "string",
        "sensor_id": "string",
        "measurement_id": "string",
        "rssi": 0,
        "sec_since_last_msg": 0,
        "gwno": 0
    }
    Built with