This Action will change your lights to a specified color.
    
    
    
      - API endpoint slug
 
      - cololight.setcolor
 
        - Filter code method
 
        - Cololight.setcolor.skip(string?: reason)
 
        - Runtime method
 
        - runAction("cololight.setcolor", {})
 
    
  
  
  
    Action fields
        
          
          
              - Label
 
              - Which lights?
 
            - Slug
 
            - deviceId
 
            - Required
 
            - true
 
            - Can have default value
 
            - false
 
          
         
        
          
          
              - Label
 
              - Which color?
 
              - Helper text
 
              - Set the color in hex (00FF00) or by name in Cololight App. The hash (#) is not required for hex value input.
 
            - Slug
 
            - value
 
            - Required
 
            - true
 
            - Can have default value
 
            - true
 
              - Filter code method
 
              - Cololight.setcolor.setValue(string: value)