Light
public struct Light : Decodable
Describes a light and its configuration.
-
The capabilities of the light.
Declaration
Swift
public let capabilities: Capabilities -
A unique, editable name given to the light.
Declaration
Swift
public let name: String -
The hardware model of the light.
Declaration
Swift
public let modelID: String -
The manufacturer name.
Declaration
Swift
public let manufacturerName: String -
The product name.
Declaration
Swift
public let productName: String
Light Structure Reference