This Action will set a dim level on your light.
    
    
    
      - API endpoint slug
 
      - lightwaverf_lighting.dim_a_light
 
        - Filter code method
 
        - LightwaverfLighting.dimALight.skip(string?: reason)
 
        - Runtime method
 
        - runAction("lightwaverf_lighting.dim_a_light", {})
 
    
  
  
  
    Action fields
        
          
          
              - Label
 
              - Which Light?
 
            - Slug
 
            - which_light
 
            - Required
 
            - true
 
            - Can have default value
 
            - false
 
          
         
        
          
          
              - Label
 
              - What Dim Level?
 
              - Helper text
 
              - Enter any numeric value between 0 and 100 (increments are 5%, closest match will be used)
 
            - Slug
 
            - what_dim_level
 
            - Required
 
            - true
 
            - Can have default value
 
            - true
 
              - Filter code method
 
              - LightwaverfLighting.dimALight.setWhat Dim Level(string: what_dim_level)