AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
FreedomproFreedompro

Fan

This action will turn a fan on and off and control its rotation speed.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Uid Dropdown list

Label
Name
Slug
uid
Required
true
Can have default value
false

On Dropdown list

Label
On
Slug
on
Required
true
Can have default value
true
Filter code method
Freedompro.fans.setOn(string: on)

Rotation speed Dropdown list

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)