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 a heat or cool setpoint temperature for my thermostat.
- API endpoint slug
- honeywell_lyric.setsystemtemperature
- Filter code method
- HoneywellLyric.setsystemtemperature.skip(string?: reason)
- Runtime method
- runAction("honeywell_lyric.setsystemtemperature", {})
Action fields
System Dropdown list
- Label
- Which thermostat?
- Helper text
- Select a thermostat
- Slug
- system
- Required
- true
- Can have default value
- false
Temperature type Dropdown list
- Label
- Heat or cool temperature
- Helper text
- Enter 'heat' or 'cool' or an ingredient from a trigger, 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
- HoneywellLyric.setsystemtemperature.setTemperatureType(string: temperatureType)
Target temperature Text input > Other
- Label
- Target temperature
- Helper text
- Enter a temperature in degrees (such as 71) or an ingredient from a trigger
- Slug
- target_temperature
- Required
- true
- Can have default value
- true
- Filter code method
- HoneywellLyric.setsystemtemperature.setTargetTemperature(string: targetTemperature)
Temperature scale Dropdown list
- Label
- Temperature scale
- Slug
- temperature_scale
- Required
- true
- Can have default value
- true
- Filter code method
- HoneywellLyric.setsystemtemperature.setTemperatureScale(string: temperatureScale)