ServiceType

public enum ServiceType : UInt8

Describes the services exposed by the light.

The LIFX Protocol currently utilizes UDP/IP for all messages.

  • UDP

    The Device expects and responds to messages via UDP/IP.

    Declaration

    Swift

    case UDP = 1