Skip to content

Commit 1f1b750

Browse files
authored
ICD: mark attribues as provisional (#33617)
1 parent 2aeb939 commit 1f1b750

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ limitations under the License.
3636
<field name="SetupButtonSeconds" mask="0x2000"/>
3737
<field name="SetupButtonLightsBlink" mask="0x4000"/>
3838
<field name="SetupButtonTimes" mask="0x8000"/>
39-
<field name="AppDefinedButton" mask="0x10000"/>
39+
<field name="AppDefinedButton" mask="0x10000"/>
4040
</bitmap>
4141

4242
<struct name = "MonitoringRegistrationStruct" isFabricScoped="true">
@@ -103,9 +103,9 @@ limitations under the License.
103103
<access op="read" privilege="administer"/>
104104
</attribute>
105105
<attribute side="server" code="0x05" define="CLIENTS_SUPPORTED_PER_FABRIC" type="int16u" min="1" default="1" writable="false" optional="true" isNullable="false">ClientsSupportedPerFabric</attribute>
106-
<attribute side="server" code="0x06" define="USER_ACTIVE_MODE_TRIGGER_HINT" type="UserActiveModeTriggerBitmap" writable="false" optional="true" isNullable="false">UserActiveModeTriggerHint</attribute>
107-
<attribute side="server" code="0x07" define="USER_ACTIVE_MODE_TRIGGER_INSTRUCTION" type="char_string" length="128" writable="false" optional="true" isNullable="false">UserActiveModeTriggerInstruction</attribute>
108-
<attribute side="server" code="0x08" define="OPERATING_MODE" type="OperatingModeEnum" default="0" writable="false" optional="true" isNullable="false">OperatingMode</attribute>
106+
<attribute side="server" code="0x06" define="USER_ACTIVE_MODE_TRIGGER_HINT" type="UserActiveModeTriggerBitmap" writable="false" optional="true" isNullable="false" apiMaturity="provisional">UserActiveModeTriggerHint</attribute>
107+
<attribute side="server" code="0x07" define="USER_ACTIVE_MODE_TRIGGER_INSTRUCTION" type="char_string" length="128" writable="false" optional="true" isNullable="false" apiMaturity="provisional">UserActiveModeTriggerInstruction</attribute>
108+
<attribute side="server" code="0x08" define="OPERATING_MODE" type="OperatingModeEnum" default="0" writable="false" optional="true" isNullable="false" apiMaturity="provisional">OperatingMode</attribute>
109109

110110
<command source="client" code="0x00" name="RegisterClient" response="RegisterClientResponse" isFabricScoped="true" optional="true">
111111
<description>Register a client to the end device</description>

0 commit comments

Comments
 (0)