LEDPatternPlayType

public enum LEDPatternPlayType : CustomStringConvertible

Options for modifying LED Commands.

  • Play LED pattern.

    Declaration

    Swift

    case play
  • Play/Pause LED pattern.

    Declaration

    Swift

    case toggle
  • Declaration

    Swift

    public var description: String { get }