Lights

public struct Lights : DynamicDecodable

Describes all light elements for a bridge.

  • Describes a light and its configuration.

    See more

    Declaration

    Swift

    public struct Light : Decodable
  • Lights items, keyed by ID

    Declaration

    Swift

    public var results: [String : Lights.Light]