This action will increase the brightness of your selected device, the increased brightness value is defined by you. 
    
    
    
      - API endpoint slug
 
      - cololight.increment
 
        - Filter code method
 
        - Cololight.increment.skip(string?: reason)
 
        - Runtime method
 
        - runAction("cololight.increment", {})
 
    
  
  
  
    Action fields
        
          
          
              - Label
 
              - Which lights?
 
            - Slug
 
            - deviceId
 
            - Required
 
            - true
 
            - Can have default value
 
            - false
 
          
         
        
          
          
              - Label
 
              - Brighten by
 
              - Helper text
 
              - Enter a percentage (1-100) to brighten the lights by
 
            - Slug
 
            - percent
 
            - Required
 
            - true
 
            - Can have default value
 
            - true
 
              - Filter code method
 
              - Cololight.increment.setPercent(string: percent)