GaugeMetric

enum GaugeMetric : String, Codable, CaseIterable, Equatable

The metric used to measure a gauge reading value (e.g. CFS, Feet, etc.)

  • cfs

    Undocumented

    Declaration

    Swift

    case cfs = "CFS"
  • Undocumented

    Declaration

    Swift

    case feet = "FT"
  • Undocumented

    Declaration

    Swift

    case temp = "Temperture"
  • cms

    Undocumented

    Declaration

    Swift

    case cms = "CMS"
  • Undocumented

    Declaration

    Swift

    case meter = "M"

Internal

  • The primary text to display for the metric

    Declaration

    Swift

    var primaryText: String { get }