Class ColorTemperature

java.lang.Object
io.github.zeroone3010.yahueapi.v2.domain.update.ColorTemperature

public class ColorTemperature
extends Object
  • Constructor Details

  • Method Details

    • getMirek

      public Integer getMirek()
    • setMirek

      public ColorTemperature setMirek​(Integer mirek)
      Color temperature in mirek, 153-500.
      Parameters:
      mirek - Color temperature in mirek, or null when the color is not in the color temperature spectrum.
      Returns:
      Self, so that one can also use this method like a fluent builder.
    • toString

      public String toString()
      Overrides:
      toString in class Object