State

public struct State : Decodable

Describes the configuration state of a Group

  • “all_on” indicates all lights within the group are ON (true) or OFF (false).

    Declaration

    Swift

    public let isAllOn: Bool
  • “any_on” is true when one or more lights within the group is ON.

    Declaration

    Swift

    public let isAnyOn: Bool