This Action will set your Honeywell thermostat to permanently hold the specified temperature until you change it.
- API endpoint slug
- honeywell_lyric.setsystemtemperaturetopermanenthold
- Filter code method
- HoneywellLyric.setsystemtemperaturetopermanenthold.skip(string?: reason)
- Runtime method
- runAction("honeywell_lyric.setsystemtemperaturetopermanenthold", {})
Action fields
- Label
- Which system?
- Slug
- system
- Required
- true
- Can have default value
- false
- 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
- HoneywellLyric.setsystemtemperaturetopermanenthold.setTemperatureType(string: temperatureType)
- Label
- Target temperature
- Helper text
- Temperature in degrees e.g. 71
- Slug
- target_temperature
- Required
- true
- Can have default value
- true
- Filter code method
- HoneywellLyric.setsystemtemperaturetopermanenthold.setTargetTemperature(string: targetTemperature)
- Label
- Temperature in
- Slug
- temperature_scale
- Required
- true
- Can have default value
- true
- Filter code method
- HoneywellLyric.setsystemtemperaturetopermanenthold.setTemperatureScale(string: temperatureScale)