This action will Boost the specified device.
- API endpoint slug
- aquanta.boost
- Filter code method
- Aquanta.boost.skip(string?: reason)
- Runtime method
- runAction("aquanta.boost", {})
Action fields
- Label
- Which device to Boost?
- Slug
- device
- Required
- true
- Can have default value
- false
- Label
- When should the Boost start?
- Helper text
- Optional delay before the Boost starts. For instance: '1 hour', '15 mins', or '2 days'. Leave blank for immediately.
- Slug
- start
- Required
- false
- Can have default value
- true
- Filter code method
- Aquanta.boost.setStart(string: start)
- Label
- How long should Boost last?
- Helper text
- Duration of Boost. For example: '2 hours', '1 day', or '15 minutes'
- Slug
- end
- Required
- true
- Can have default value
- true
- Filter code method
- Aquanta.boost.setEnd(string: end)