This action will set the thermostat into a hold with the specified temperature for the specified number of hours.
- API endpoint slug
- ecobee.hold_holdhours
- Filter code method
- Ecobee.holdHoldhours.skip(string?: reason)
- Runtime method
- runAction("ecobee.hold_holdhours", {})
Action fields
- Label
- Thermostat Name
- Helper text
- Select which thermostat will execute the hold.
- Slug
- thermostat
- Required
- true
- Can have default value
- false
- Label
- Desired Temperature
- Helper text
- The temperature to set the hold to.
- Slug
- desired_temperature
- Required
- true
- Can have default value
- false
- Label
- Number of Hours
- Helper text
- The number of hours to hold for
- Slug
- hold_hours
- Required
- true
- Can have default value
- true
- Filter code method
- Ecobee.holdHoldhours.setHoldHours(string: holdHours)