AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
Automate ShadesAutomate Shades

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.move_tilt_shade
Filter code method
Automateshades.moveTiltShade.skip(string?: reason)
Runtime method
runAction("automateshades.move_tilt_shade", {})

Action fields

Device ID Dropdown list

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

Movement position Text input > Other

Label
Movement Position
Helper text
Number only (0 is open, 100 is closed. Leave empty if not applicable.)
Slug
movement_position
Required
false
Can have default value
true
Filter code method
Automateshades.moveTiltShade.setMovementPosition(string: movementPosition)

Tilt position Text input > Other

Label
Tilt Position
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
Automateshades.moveTiltShade.setTiltPosition(string: tiltPosition)