Skip to content

Commit 613fb95

Browse files
committed
XML Change from new spec revision
1 parent a4d3060 commit 613fb95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/app/zap-templates/zcl/data-model/chip/thermostat-cluster.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ limitations under the License.
2727
<field name="LocalTemperatureNotExposed" mask="0x40"/>
2828
<field name="MatterScheduleConfiguration" mask="0x80"/>
2929
<field name="Presets" mask="0x100"/>
30-
<field name="Setpoints" mask="0x200"/>
31-
<field name="QueuedPresetsSupported" mask="0x400"/>
30+
<field name="QueuedPresetsSupported" mask="0x200"/>
3231
</bitmap>
3332

3433
<bitmap name="ACErrorCodeBitmap" type="bitmap32">
@@ -267,7 +266,7 @@ limitations under the License.
267266
<item fieldId="2" name="Name" type="char_string" length="64" optional="true"/>
268267
<item fieldId="3" name="PresetHandle" type="octet_string" length="16" optional="true"/>
269268
<item fieldId="4" name="Transitions" array="true" type="ScheduleTransitionStruct" minLength="1"/>
270-
<item fieldId="5" name="BuiltIn" type="boolean" isNullable="true" optional="true"/>
269+
<item fieldId="5" name="BuiltIn" type="boolean" isNullable="true"/>
271270
</struct>
272271

273272
<struct name="ScheduleTransitionStruct" apiMaturity="provisional">

0 commit comments

Comments
 (0)