SetRoomPriority
PUT
Set Room Priority
Change the room priority settings for a T9/T10 thermostat.
Priority Types:
- "PickARoom" - This will set the priority to the selected room(s)
- "FollowMe" - This will set room priority based on motion/occupancy.
- "WholeHouse" - This will use all rooms for priority.
Example body:
{ "currentPriority": { "priorityType": "PickARoom", "selectedRooms": [ 0, 1 ] } }
Field Name/Location | Data Type | Definition |
---|---|---|
currentPriority.priorityType | String | Set the desired priority type ('PickARoom', 'FollowMe', 'WholeHouse') |
currentPriority.selectedRooms | Array | Comma separated list of numbers of the rooms to use in the priority setting |
Resource URL
https://api.honeywell.com/v2 /devices/thermostats/{deviceId}/priority
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 |
|
Content Type |
application/json |
Working...