Skip to content

Commit e7a6455

Browse files
committed
Update UniqueID in the BasicInformationCluster
1 parent f8a633e commit e7a6455

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ limitations under the License.
104104
<access op="write" privilege="manage"/>
105105
</attribute>
106106
<attribute side="server" code="17" define="REACHABLE" type="boolean" default="1" optional="true">Reachable</attribute>
107-
<attribute side="server" code="18" define="UNIQUE_ID" type="char_string" length="32" optional="true">UniqueID</attribute>
107+
<attribute side="server" code="18" define="UNIQUE_ID" type="char_string" length="32" optional="false">UniqueID</attribute>
108108
<attribute side="server" code="19" define="CAPABILITY_MINIMA" type="CapabilityMinimaStruct" writable="false" >CapabilityMinima</attribute>
109109
<attribute side="server" code="20" define="PRODUCT_APPEARANCE" type="ProductAppearanceStruct" optional="true">ProductAppearance</attribute>
110110
<attribute side="server" code="21" define="SPECIFICATION_VERSION" type="int32u" >SpecificationVersion</attribute>

src/app/zap-templates/zcl/data-model/chip/bridged-device-basic-information.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ limitations under the License.
8585
<attribute side="server" code="14" define="PRODUCT_LABEL" type="char_string" length="64" optional="true">ProductLabel</attribute>
8686
<attribute side="server" code="15" define="SERIAL_NUMBER" type="char_string" length="32" optional="true">SerialNumber</attribute>
8787
<attribute side="server" code="17" define="REACHABLE" type="boolean" default="1" optional="false">Reachable</attribute>
88-
<attribute side="server" code="18" define="UNIQUE_ID" type="char_string" length="32" optional="true">UniqueID</attribute>
88+
<attribute side="server" code="18" define="UNIQUE_ID" type="char_string" length="32" optional="false">UniqueID</attribute>
8989
<attribute side="server" code="20" define="PRODUCT_APPEARANCE" type="ProductAppearanceStruct" optional="true">ProductAppearance</attribute>
9090

9191
<event side="server" code="0x00" name="StartUp" priority="critical" optional="true">

0 commit comments

Comments
 (0)