Group Location
Explore Plans
Mobile menu Close menu
TP-Link TapoTP-Link Tapo

Camera Floodlight

This action will change the status of floodlight of the device.

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 the status of floodlight of the device.
API endpoint slug
tplink_tapo.action_floodlight
Filter code method
TplinkTapo.actionFloodlight.skip(string?: reason)
Runtime method
runAction("tplink_tapo.action_floodlight", {})

Action fields

Device name Dropdown list

Label
Which Device?
Helper text
The name of the device that you are expecting to control.
Slug
device_name
Required
true
Can have default value
false

Command Dropdown list

Label
What Command?
Helper text
What's the command you want to execute on the device?
Slug
command
Required
true
Can have default value
true
Filter code method
TplinkTapo.actionFloodlight.setCommand(string: command)

Duration Text input > Other

Label
How Long?
Helper text
Duration in seconds between 1 and 3600. Useful for "Turn On And Last".
Slug
duration
Required
false
Can have default value
true
Filter code method
TplinkTapo.actionFloodlight.setDuration(string: duration)

Brightness Dropdown list

Label
Choose a Change Value for Brightness
Helper text
Choose a change value of brightness for "Increase Brightness" and "Decrease Brightness".
Slug
brightness
Required
false
Can have default value
true
Filter code method
TplinkTapo.actionFloodlight.setBrightness(string: brightness)

Delta Text input > Other

Label
Enter a Change Value for Brightness
Helper text
Enter a change value of brightness between 15 and 100 for "Increase Brightness" and "Decrease Brightness". Enter value is preferred.
Slug
delta
Required
false
Can have default value
true
Filter code method
TplinkTapo.actionFloodlight.setDelta(string: delta)