Class LightCommand

  • All Implemented Interfaces:

    
    public final class LightCommand
    
                        

    The command payload received from Home Assistant.

    Examples of commands:

    {"state":"ON","color_temp":230}
    {"state":"ON","color":{"r":255,"g":41,"b":38}}
    {"state":"ON","effect":"effect2"}