Body

public struct Body : Decodable

A command configuration specific to the source schedule

  • If present, describes the scene targeted by this command.

    Declaration

    Swift

    public let scene: String?
  • If present, describes the amount of time this command should take to execute.

    Declaration

    Swift

    public let transitionTime: Double?
  • If present, describes the amount by which the brightness shoudl increment during execution.

    Declaration

    Swift

    public let brightnessIncrement: Double?