SensorType

public enum SensorType : String

Sensor type as qualifier for target identifier.

  • BLE

    Bluetooth Low Energy (BLE)

    Declaration

    Swift

    case BLE
  • Bluetooth Mesh (5.0+)

    Declaration

    Swift

    case BLMESH
  • Mobility sensor - uses Location API measure range travelled

    Declaration

    Swift

    case MOBILITY
  • GPS

    GPS location sensor - not used by default in Herald

    Declaration

    Swift

    case GPS
  • Physical beacon, e.g. iBeacon

    Declaration

    Swift

    case BEACON
  • Ultrasound audio beacon.

    Declaration

    Swift

    case ULTRASOUND
  • Accelerometer motion sensor

    Declaration

    Swift

    case ACCELEROMETER
  • Other - Incase of an extension between minor versions of Herald

    Declaration

    Swift

    case OTHER
  • Sensor array consisting of multiple sensors

    Declaration

    Swift

    case ARRAY