DALILights

public class DALILights

A class for controlling the lights in the lab

  • A group of lights. This is defined as one of the rooms in DALI, each one a grouping of lights that can be controlled

    See more

    Declaration

    Swift

    public struct Group
  • Observe all the groups

    Declaration

    Swift

    public static func oberserveAll(callback: @escaping (_ groups: [Group]) -> Void) -> Observation

    Parameters

    callback

    Called when done

    groups

    The updated groups