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 Label Which thermostat? Helper text Select a thermostat Slug system Required true Can have default value false 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) 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) Label Temperature scale Slug temperature_scale Required true Can have default value true Filter code method HoneywellLyric.setsystemtemperature.setTemperatureScale(string: temperatureScale)