1
1
<?xml version =" 1.0" ?>
2
2
<!--
3
- Copyright (c) 2021 Project CHIP Authors
3
+ Copyright (c) 2021-2025 Project CHIP Authors
4
4
5
5
Licensed under the Apache License, Version 2.0 (the "License");
6
6
you may not use this file except in compliance with the License.
@@ -14,9 +14,14 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
14
See the License for the specific language governing permissions and
15
15
limitations under the License.
16
16
-->
17
- <configurator >
17
+ <!--
18
+ XML generated by Alchemy; DO NOT EDIT.
19
+ Source: src/app_clusters/BooleanState.adoc
20
+ Parameters: in-progress
21
+ Git:
22
+ -->
23
+ <configurator xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../zcl.xsd" >
18
24
<domain name =" CHIP" />
19
-
20
25
<cluster >
21
26
<name >Boolean State</name >
22
27
<domain >General</domain >
@@ -26,14 +31,12 @@ limitations under the License.
26
31
<client tick =" false" init =" false" >true</client >
27
32
<server tick =" false" init =" false" >true</server >
28
33
<globalAttribute side =" either" code =" 0xFFFD" value =" 1" />
29
- <attribute side =" server" code =" 0x0000" name =" StateValue" define =" STATE_VALUE" type =" boolean" reportable =" true" >
30
- <mandatoryConform />
31
- </attribute >
32
-
33
- <event code =" 0x0000" name =" StateChange" priority =" info" side =" server" >
34
- <description >This event SHALL be generated when the StateValue attribute changes.</description >
34
+ <attribute side =" server" code =" 0x0000" name =" StateValue" define =" STATE_VALUE" type =" boolean" >StateValue</attribute >
35
+ <event code =" 0x0000" name =" StateChange" priority =" info" side =" server" optional =" true" >
36
+ <description >If this event is supported, it SHALL be generated when the StateValue attribute changes.</description >
35
37
<field id =" 0" name =" StateValue" type =" boolean" />
36
38
<optionalConform />
37
39
</event >
40
+
38
41
</cluster >
39
42
</configurator >
0 commit comments