DeviceType
public enum DeviceType : Int, Codable, CustomStringConvertible
The available Stream Deck devices.
-
Declaration
Swift
case streamDeck = 0 -
Declaration
Swift
case mini = 1 -
Declaration
Swift
case xl = 2 -
Declaration
Swift
case mobile = 3 -
Declaration
Swift
case corsairGKeys = 4 -
Declaration
Swift
case pedal = 5 -
Declaration
Swift
case corsairVoyager = 6 -
Declaration
Swift
case plus = 7 -
Declaration
Swift
public var description: String { get }
View on GitHub
DeviceType Enumeration Reference