File tree 1 file changed +2
-3
lines changed
src/app/zap-templates/zcl/data-model/chip
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ limitations under the License.
27
27
<field name =" LocalTemperatureNotExposed" mask =" 0x40" />
28
28
<field name =" MatterScheduleConfiguration" mask =" 0x80" />
29
29
<field name =" Presets" mask =" 0x100" />
30
- <field name =" Setpoints" mask =" 0x200" />
31
- <field name =" QueuedPresetsSupported" mask =" 0x400" />
30
+ <field name =" QueuedPresetsSupported" mask =" 0x200" />
32
31
</bitmap >
33
32
34
33
<bitmap name =" ACErrorCodeBitmap" type =" bitmap32" >
@@ -267,7 +266,7 @@ limitations under the License.
267
266
<item fieldId =" 2" name =" Name" type =" char_string" length =" 64" optional =" true" />
268
267
<item fieldId =" 3" name =" PresetHandle" type =" octet_string" length =" 16" optional =" true" />
269
268
<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" />
271
270
</struct >
272
271
273
272
<struct name =" ScheduleTransitionStruct" apiMaturity =" provisional" >
You can’t perform that action at this time.
0 commit comments