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
- 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
- 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)
- 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)
- 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)
- 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)