Group Location
Explore Plans
Mobile menu Close menu
WeMo MakerWeMo Maker

Turn relay off then on multiple times

This Action will turn relay off then on as many times as you set. Note: The WeMo Maker must be in 'Toggle' mode for this Action to work.

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
API endpoint slug
wemo_maker.switch_off_on_multiple
Filter code method
WemoMaker.switchOffOnMultiple.skip(string?: reason)
Runtime method
runAction("wemo_maker.switch_off_on_multiple", {})

Action fields

Macaddress Dropdown list

Label
Which device?
Helper text
Slug
macaddress
Required
true
Can have default value
false

Repeatition Dropdown list

Label
Cycles
Helper text
Slug
repeatition
Required
true
Can have default value
true
Filter code method
WemoMaker.switchOffOnMultiple.setRepeatition(string: repeatition)

Delay Dropdown list

Label
Delay (in Seconds)
Helper text
Slug
delay
Required
true
Can have default value
true
Filter code method
WemoMaker.switchOffOnMultiple.setDelay(string: delay)