onCreateSensorValue()

in web/src/graphql/subscriptions.ts [7:18]


    onCreateSensorValue(sensorId: $sensorId) {
      id
      sensorId
      pH
      temperature
      salinity
      disolvedO2
      status
      timestamp
      createdAt
      updatedAt
    }