File tree 1 file changed +4
-4
lines changed
src/app/zap-templates/zcl/data-model/chip
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ limitations under the License.
36
36
<field name =" SetupButtonSeconds" mask =" 0x2000" />
37
37
<field name =" SetupButtonLightsBlink" mask =" 0x4000" />
38
38
<field name =" SetupButtonTimes" mask =" 0x8000" />
39
- <field name =" AppDefinedButton" mask =" 0x10000" />
39
+ <field name =" AppDefinedButton" mask =" 0x10000" />
40
40
</bitmap >
41
41
42
42
<struct name = " MonitoringRegistrationStruct" isFabricScoped =" true" >
@@ -103,9 +103,9 @@ limitations under the License.
103
103
<access op =" read" privilege =" administer" />
104
104
</attribute >
105
105
<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 >
109
109
110
110
<command source =" client" code =" 0x00" name =" RegisterClient" response =" RegisterClientResponse" isFabricScoped =" true" optional =" true" >
111
111
<description >Register a client to the end device</description >
You can’t perform that action at this time.
0 commit comments