AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
Airzone CloudAirzone Cloud

Change zone fan speed

This action will change zone's fan 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 change zone's fan speed.
API endpoint slug
airzone.change_fan_speed
Filter code method
Airzone.changeFanSpeed.skip(string?: reason)
Runtime method
runAction("airzone.change_fan_speed", {})

Action fields

Device Nested dropdown list

Label
Which zone?
Helper text
Choose which Airzone powered zone to change fanSpeed
Slug
device
Required
true
Can have default value
false

Fan speed Text input > Other

Label
Which fan speed percentage?
Helper text
Please, write speed value in percentage (0-100) or 'auto' if thermostat supports it
Slug
fan_speed
Required
true
Can have default value
true
Filter code method
Airzone.changeFanSpeed.setFanSpeed(string: fanSpeed)