A beginner's guide
Explore Plans
Mobile menu Close menu
Automate Shades V2Automate Shades V2

Move or tilt shade

This action will move a shade to a destination position.

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 move a shade to a destination position.
API endpoint slug
automateshades_v2.move_tilt_shade
Filter code method
AutomateshadesV2.moveTiltShade.skip(string?: reason)
Runtime method
runAction("automateshades_v2.move_tilt_shade", {})

Action fields

Device ID Dropdown list

Label
Which shade?
Helper text
Device to lift
Slug
deviceID
Required
true
Can have default value
false

Movement position Text input > Other

Label
What percent?
Helper text
Number only (0-100, where 0 is closed and 100 is open). Leave empty if not applicable.
Slug
movement_position
Required
false
Can have default value
true
Filter code method
AutomateshadesV2.moveTiltShade.setMovementPosition(string: movementPosition)

Tilt position Text input > Other

Label
How much tilt?
Helper text
Number only (0 is down, 90 is open, 180 is up). Leave empty if not applicable.
Slug
tilt_position
Required
false
Can have default value
true
Filter code method
AutomateshadesV2.moveTiltShade.setTiltPosition(string: tiltPosition)