State public struct State : Decodable Describes the configuration state of a Group isAllOn “all_on” indicates all lights within the group are ON (true) or OFF (false). Declaration Swift public let isAllOn: Bool isAnyOn “any_on” is true when one or more lights within the group is ON. Declaration Swift public let isAnyOn: Bool © 2020 . All rights reserved. (Last updated: 2020-02-07) Generated by jazzy ♪♫ v0.13.1, a Realm project.