Getcurrentfansettings
GET
Get current fan settings
Get current fan settings for specified DeviceID
{
"allowedModes": [
"Auto",
"Auto",
"Auto"
],
"changeableValues": {
"mode": "Auto"
},
"fanRunning": true
}
| Field Name/Location | Data Type | Definition |
|---|---|---|
| allowedModes | Array | Shows allowed modes for fan: On, Auto, Circulate |
| changeableValues | Object | Values you can change |
| changeableValues.mode | String | Current setting for fan mode |
| fanRunning | Boolean | Current fan state |
Resource URL
https://api.honeywellhome.com/v2 /devices/thermostats/{deviceId}/fan
Query Parameters
| Name | Values | Description |
|---|---|---|
|
apikey
(required) |
Your API Key |
|
|
locationId
(required) |
LocationID for the requested device |
Request Body
deviceId DeviceID for the requested device true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Resource Summary |
|
|
Security |
|
Working...