TemperatureType

public enum TemperatureType : UInt8

Bluetooth Temperature Types

These Temperature Type values correspond to the Temperature Type descriptions used in ISO/IEEE 11073-10408-2008

  • Unknown

    Declaration

    Swift

    case unknown = 0
  • Armpit

    Declaration

    Swift

    case armpit = 1
  • Body (general)

    Declaration

    Swift

    case bodyGeneral = 2
  • ear

    Ear (usually ear lobe)

    Declaration

    Swift

    case ear = 3
  • Finger

    Declaration

    Swift

    case finger = 4
  • Gastro-intestinal Tract

    Declaration

    Swift

    case gastroIntestinal = 5
  • Mouth

    Declaration

    Swift

    case mouth = 6
  • Rectum

    Declaration

    Swift

    case rectum = 7
  • toe

    Toe

    Declaration

    Swift

    case toe = 8
  • Tympanum (ear drum)

    Declaration

    Swift

    case tympanum = 9