Also see Zone Equipment.

Supported Formats

json, xml

Errors

Code Description
401 Unauthorized - ensure token is being passed with each service call.
404 Unsupported operation
500 Unspecified error on server.

Examples

{"id":1,"display_name":"No Heating","service_name":"","sort_order":1,"created_at":"2024-08-28T02:31:05.093-07:00","updated_at":"2024-08-28T02:31:05.093-07:00","for_heating":true,"for_cooling":false}
<?xml version="1.0" encoding="UTF-8"?>
<zone-equipment-type>
  <id type="integer">1</id>
  <display-name>No Heating</display-name>
  <service-name></service-name>
  <sort-order type="integer">1</sort-order>
  <created-at type="dateTime">2024-08-28T02:31:05-07:00</created-at>
  <updated-at type="dateTime">2024-08-28T02:31:05-07:00</updated-at>
  <for-heating type="boolean">true</for-heating>
  <for-cooling type="boolean">false</for-cooling>
</zone-equipment-type>