This action will set the brightness of the selected lights to the specified value. 
    
    
    
      - API endpoint slug
 
      - cololight.setpercent
 
        - Filter code method
 
        - Cololight.setpercent.skip(string?: reason)
 
        - Runtime method
 
        - runAction("cololight.setpercent", {})
 
    
  
  
  
    Action fields
        
          
          
              - Label
 
              - Which lights?
 
            - Slug
 
            - deviceId
 
            - Required
 
            - true
 
            - Can have default value
 
            - false
 
          
         
        
          
          
              - Label
 
              - Brightness level?
 
              - Helper text
 
              - Enter brightness as a percentage value (1 to 100).
 
            - Slug
 
            - percent
 
            - Required
 
            - true
 
            - Can have default value
 
            - true
 
              - Filter code method
 
              - Cololight.setpercent.setPercent(string: percent)