File tree 2 files changed +2
-2
lines changed
src/app/zap-templates/zcl/data-model/chip
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ limitations under the License.
104
104
<access op =" write" privilege =" manage" />
105
105
</attribute >
106
106
<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 >
108
108
<attribute side =" server" code =" 19" define =" CAPABILITY_MINIMA" type =" CapabilityMinimaStruct" writable =" false" >CapabilityMinima</attribute >
109
109
<attribute side =" server" code =" 20" define =" PRODUCT_APPEARANCE" type =" ProductAppearanceStruct" optional =" true" >ProductAppearance</attribute >
110
110
<attribute side =" server" code =" 21" define =" SPECIFICATION_VERSION" type =" int32u" >SpecificationVersion</attribute >
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ limitations under the License.
85
85
<attribute side =" server" code =" 14" define =" PRODUCT_LABEL" type =" char_string" length =" 64" optional =" true" >ProductLabel</attribute >
86
86
<attribute side =" server" code =" 15" define =" SERIAL_NUMBER" type =" char_string" length =" 32" optional =" true" >SerialNumber</attribute >
87
87
<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 >
89
89
<attribute side =" server" code =" 20" define =" PRODUCT_APPEARANCE" type =" ProductAppearanceStruct" optional =" true" >ProductAppearance</attribute >
90
90
91
91
<event side =" server" code =" 0x00" name =" StartUp" priority =" critical" optional =" true" >
You can’t perform that action at this time.
0 commit comments