Skip to content

Commit 560c1e1

Browse files
gmarcosbpidarped
authored andcommitted
Re-generated using latest updates from CHIP-Specifications/connectedhomeip-spec#10004
1 parent f644990 commit 560c1e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ limitations under the License.
1818
XML generated by Alchemy; DO NOT EDIT.
1919
Source: src/app_clusters/Chime.adoc
2020
Parameters: in-progress
21-
Git: 0.7-fall2024-ncr-1158-g413e195c2
21+
Git: 0.9-fall2024-225-g1da0e33be
2222
-->
2323
<configurator xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../zcl.xsd">
2424
<domain name="General"/>
2525
<struct name="ChimeSoundStruct" apiMaturity="provisional">
2626
<cluster code="0x0556"/>
27-
<item fieldId="0" name="ChimeId" type="int8u"/>
27+
<item fieldId="0" name="ChimeID" type="int8u"/>
2828
<item fieldId="1" name="Name" type="char_string" length="48"/>
2929
</struct>
3030

@@ -37,8 +37,8 @@ Git: 0.7-fall2024-ncr-1158-g413e195c2
3737
<client init="false" tick="false">true</client>
3838
<server init="false" tick="false">true</server>
3939
<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>
4242
<attribute code="0x0002" side="server" define="ENABLED" type="boolean" default="1" writable="true">Enabled</attribute>
4343
<command code="0x00" source="client" name="PlayChimeSound" optional="false">
4444
<description/>

0 commit comments

Comments
 (0)