POST /settemperature
{
"thermostat": "<thermostat-name>", "temperature": "<temperature>"
}
POST /changetemperature
{
"thermostat": "<thermostat-name>", "temperatureDelta": "<temperature>"
}
POST /mode
{
"thermostat": "<thermostat-name>", "hvacMode": "<temperature>"
}
hvacMode values are
- heat
- auxHeatOnly
- cool
- auto
- off
POST /googlehome
{
"result": {
"action": "GetTemperature",
"parameters": {
"sensorName": "Bedroom"
}
}
{
"result": {
"action": "GetDesiredTemperature",
"parameters": {
"thermostatName": "Basement"
}
}