This action will enable a quick action at one of your locations. This can either be permanent or for a number of days/hours.
- API endpoint slug
- honeywell_round.enablequickaction
- Filter code method
- HoneywellRound.enablequickaction.skip(string?: reason)
- Runtime method
- runAction("honeywell_round.enablequickaction", {})
Action fields
- Label
- Location
- Helper text
- Location where you want to apply the quick action
- Slug
- location
- Required
- true
- Can have default value
- false
- Label
- Quick Action
- Slug
- quick_action
- Required
- true
- Can have default value
- true
- Filter code method
- HoneywellRound.enablequickaction.setQuickAction(string: quickAction)
- Label
- Duration
- Helper text
- Leave blank for permanent or use whole numbers e.g. 3
- Slug
- duration
- Required
- false
- Can have default value
- true
- Filter code method
- HoneywellRound.enablequickaction.setDuration(string: duration)
- Label
- Duration in
- Helper text
- Use hours for "economy" mode and days for all others
- Slug
- duration_units
- Required
- false
- Can have default value
- true
- Filter code method
- HoneywellRound.enablequickaction.setDurationUnits(string: durationUnits)