TimeSeriesDataPoint

public struct TimeSeriesDataPoint

TimeSeries data point model

  • The date and time in UNIX epoch time, with millisecond precision.

    Declaration

    Swift

    public var epochInMs: Double
  • Reading (Value) Numeric

    Declaration

    Swift

    public var measure: Double
  • Quality of the data, represented by the values 0, 1, 2, 3. Defaults to 3 if not provided.

    Declaration

    Swift

    public var quality: Int?