This action will turn a fan on and off and control its rotation speed.
- API endpoint slug
- freedompro.fans
- Filter code method
- Freedompro.fans.skip(string?: reason)
- Runtime method
- runAction("freedompro.fans", {})
Action fields
- Label
- Name
- Slug
- uid
- Required
- true
- Can have default value
- false
- Label
- On
- Slug
- on
- Required
- true
- Can have default value
- true
- Filter code method
- Freedompro.fans.setOn(string: on)
- Label
- Rotation speed
- Helper text
- Control the speed of the fan rotation. 20% slow, 100% full speed.
- Slug
- rotationSpeed
- Required
- false
- Can have default value
- true
- Filter code method
- Freedompro.fans.setRotationSpeed(string: rotationSpeed)