DeviceInfo
public struct DeviceInfo : Decodable
Information received about the Stream Deck device.
-
An opaque value identifying the device.
Declaration
Swift
public let id: String? -
The name of the device set by the user.
Declaration
Swift
public let name: String -
Type of device.
Declaration
Swift
public let type: DeviceType -
The number of columns and rows of keys that the device owns.
Declaration
Swift
public let size: Size
View on GitHub
DeviceInfo Structure Reference