Automate Reddit
Explore Plans
Mobile menu Close menu
My LevitonMy Leviton

Blink a light

This action will make a light blink.

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 make a light blink.
API endpoint slug
my_leviton.blink_light
Filter code method
MyLeviton.blinkLight.skip(string?: reason)
Runtime method
runAction("my_leviton.blink_light", {})

Action fields

Name Dropdown list

Label
Which light?
Slug
name
Required
true
Can have default value
false

Duration Text input > Other

Label
How long would you like the light to blink?
Slug
duration
Required
true
Can have default value
true
Filter code method
MyLeviton.blinkLight.setDuration(string: duration)