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 attempt to increase the indoor temperature of an thermostat by the number of degrees specified.
- API endpoint slug
- lennoxicomfort.increasetemperature
- Filter code method
- Lennoxicomfort.increasetemperature.skip(string?: reason)
- Runtime method
- runAction("lennoxicomfort.increasetemperature", {})
Action fields
Systems Dropdown list
- Label
- Which system?
- Slug
- systems
- Required
- true
- Can have default value
- false
Degrees Dropdown list
- Label
- Degrees in
- Helper text
- Celsius or Fahrenheit (C or F)
- Slug
- degrees
- Required
- true
- Can have default value
- false
Indoor temperature Text input > Short text
- Label
- Temperature threshhold
- Slug
- indoor_temperature
- Required
- true
- Can have default value
- true
- Filter code method
- Lennoxicomfort.increasetemperature.setIndoorTemperature(string: indoorTemperature)