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 @@ -18,13 +18,13 @@ limitations under the License.
18
18
XML generated by Alchemy; DO NOT EDIT.
19
19
Source: src/app_clusters/Chime.adoc
20
20
Parameters: in-progress
21
- Git: 0.7 -fall2024-ncr-1158-g413e195c2
21
+ Git: 0.9 -fall2024-225-g1da0e33be
22
22
-->
23
23
<configurator xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../zcl.xsd" >
24
24
<domain name =" General" />
25
25
<struct name =" ChimeSoundStruct" apiMaturity =" provisional" >
26
26
<cluster code =" 0x0556" />
27
- <item fieldId =" 0" name =" ChimeId " type =" int8u" />
27
+ <item fieldId =" 0" name =" ChimeID " type =" int8u" />
28
28
<item fieldId =" 1" name =" Name" type =" char_string" length =" 48" />
29
29
</struct >
30
30
@@ -37,8 +37,8 @@ Git: 0.7-fall2024-ncr-1158-g413e195c2
37
37
<client init =" false" tick =" false" >true</client >
38
38
<server init =" false" tick =" false" >true</server >
39
39
<globalAttribute code =" 0xFFFD" side =" either" value =" 1" />
40
- <attribute code =" 0x0000" side =" server" define =" INSTALLED_CHIME_SOUNDS" type =" array" entryType =" ChimeSoundStruct" >InstalledChimeSounds</attribute >
41
- <attribute code =" 0x0001" side =" server" define =" ACTIVE_CHIME_SOUND_ID" type =" int8u" min =" 0" max =" 255" default =" 0" writable =" true" >ActiveChimeSoundId </attribute >
40
+ <attribute code =" 0x0000" side =" server" define =" INSTALLED_CHIME_SOUNDS" type =" array" entryType =" ChimeSoundStruct" length = " 255 " minLength = " 1 " >InstalledChimeSounds</attribute >
41
+ <attribute code =" 0x0001" side =" server" define =" ACTIVE_CHIME_SOUND_ID" type =" int8u" min =" 0" max =" 255" default =" 0" writable =" true" >ActiveChimeID </attribute >
42
42
<attribute code =" 0x0002" side =" server" define =" ENABLED" type =" boolean" default =" 1" writable =" true" >Enabled</attribute >
43
43
<command code =" 0x00" source =" client" name =" PlayChimeSound" optional =" false" >
44
44
<description />
You can’t perform that action at this time.
0 commit comments