blob: c3c054d7462ed9ba2694d8591a81c96dae4f6d62 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright (c) 2023 Project CHIP Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<configurator>
<domain name="HVAC"/>
<cluster>
<name>Thermostat User Interface Configuration</name>
<domain>HVAC</domain>
<description>An interface for configuring the user interface of a thermostat (which may be remote from the thermostat).</description>
<code>0x0204</code>
<define>THERMOSTAT_USER_INTERFACE_CONFIGURATION_CLUSTER</define>
<client tick="false" init="false">true</client>
<server tick="false" tickFrequency="half" init="false">true</server>
<globalAttribute side="either" code="0xFFFD" value="2"/>
<attribute side="server" code="0x0000" define="TEMPERATURE_DISPLAY_MODE" type="ENUM8" min="0x00" max="0x01" writable="true" default="0x00" optional="false">TemperatureDisplayMode</attribute>
<attribute side="server" code="0x0001" define="KEYPAD_LOCKOUT" type="ENUM8" min="0x00" max="0x05" writable="true" default="0x00" optional="false">
<description>KeypadLockout</description>
<access op="read" role="view"/>
<access op="write" role="manage"/>
</attribute>
<attribute side="server" code="0x0002" define="SCHEDULE_PROGRAMMING_VISIBILITY" type="ENUM8" min="0x00" max="0x01" writable="true" optional="true" introducedIn="ha-1.2-05-3520-29">
<description>ScheduleProgrammingVisibility</description>
<access op="read" role="view"/>
<access op="write" role="manage"/>
</attribute>
</cluster>
</configurator>