About this action
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- This Action will set your Honeywell thermostat to permanently hold the specified temperature until you change it.
- API endpoint slug
- honeywell_total_connect_comfort.setsystemtemperaturetopermanenthold
- Filter code method
- HoneywellTotalConnectComfort.setsystemtemperaturetopermanenthold.skip(string?: reason)
- Runtime method
- runAction("honeywell_total_connect_comfort.setsystemtemperaturetopermanenthold", {})
Action fields
System Dropdown list
- Label
- Which system?
- Slug
- system
- Required
- true
- Can have default value
- false
Temperature type Dropdown list
- Label
- Heat or cool temperature
- Helper text
- For heat make sure your system is in heat or auto mode, for cool make sure it’s in cool or auto mode
- Slug
- temperature_type
- Required
- true
- Can have default value
- true
- Filter code method
- HoneywellTotalConnectComfort.setsystemtemperaturetopermanenthold.setTemperatureType(string: temperatureType)
Target temperature Text input > Path to a folder
- Label
- Target temperature
- Helper text
- Temperature in degrees e.g. 71
- Slug
- target_temperature
- Required
- true
- Can have default value
- true
- Filter code method
- HoneywellTotalConnectComfort.setsystemtemperaturetopermanenthold.setTargetTemperature(string: targetTemperature)
Temperature scale Dropdown list
- Label
- Temperature in
- Slug
- temperature_scale
- Required
- true
- Can have default value
- true
- Filter code method
- HoneywellTotalConnectComfort.setsystemtemperaturetopermanenthold.setTemperatureScale(string: temperatureScale)