This action will set your Aquanta into Away mode.
- API endpoint slug
- aquanta.away
- Filter code method
- Aquanta.away.skip(string?: reason)
- Runtime method
- runAction("aquanta.away", {})
Action fields
- Label
- What device should be put into Away?
- Slug
- device
- Required
- true
- Can have default value
- false
- Label
- When should the Away start?
- Helper text
- Optional delay before the Away 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.away.setStart(string: start)
- Label
- How long should Away last?
- Helper text
- Duration of Away. For example: '2 hours', '1 day', or '15 mins'
- Slug
- end
- Required
- true
- Can have default value
- true
- Filter code method
- Aquanta.away.setEnd(string: end)