This action will allow fan speed control of selected fans
Developer info
- API endpoint slug
 - go_raylogic.fancontrol
 - Filter code method
 - GoRaylogic.fancontrol.skip(string?: reason)
 - Runtime method
 - runAction("go_raylogic.fancontrol", {})
 
Action fields
Device for fan Dropdown list
- Label
 - Selected fan
 - Slug
 - device_for_fan
 - Required
 - true
 - Can have default value
 - false
 
Fan speed Dropdown list
- Label
 - Fan speed
 - Helper text
 - Select fan speed 0-4
 - Slug
 - fan_speed
 - Required
 - true
 - Can have default value
 - true
 - Filter code method
 - GoRaylogic.fancontrol.setFan Speed(string: fan_speed)
 
