set_temperature
Set a thermostat's temperature and mode. Specify temperature in Fahrenheit or Celsius, and choose from cool, heat, auto, or off modes.
Instructions
Set thermostat temperature and mode. temperature: the temperature value mode: 'cool', 'heat', 'auto', or 'off' unit: 'F' for farenheit (default) or 'C' for celcius
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | cool | |
| unit | No | F | |
| temperature | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |