SensorState

public enum SensorState : String

Sensor state

  • on

    Sensor is powered on, active and operational

    Declaration

    Swift

    case on
  • off

    Sensor is powered off, inactive and not operational

    Declaration

    Swift

    case off
  • Sensor is not available

    Declaration

    Swift

    case unavailable