File tree 3 files changed +3
-2
lines changed
src/app/zap-templates/zcl/data-model/chip
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ limitations under the License.
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 >
111
111
<attribute side =" server" code =" 22" define =" MAX_PATHS_PER_INVOKE" type =" int16u" >MaxPathsPerInvoke</attribute >
112
+ <attribute side =" server" code =" 23" define =" DEVICE_LOCATION" type =" HomeLocationStruct" isNullable =" true" optional =" true" >DeviceLocation</attribute >
112
113
113
114
<event side =" server" code =" 0x00" name =" StartUp" priority =" critical" optional =" false" >
114
115
<description >The StartUp event SHALL be emitted by a Node as soon as reasonable after completing a boot or reboot process.</description >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ TODO: Make these structures global rather than defining them for each cluster.
25
25
<domain name =" CHIP" />
26
26
<struct name =" HomeLocationStruct" >
27
27
<cluster code =" 0x0150" /> <!-- Service Area Cluster -->
28
- <!-- TODO: add Basic Information Cluster code="0x0028" -->
28
+ <cluster code = " 0x0028 " /> < !-- Basic Information Cluster -->
29
29
30
30
<item fieldId =" 0" name =" LocationName" type =" char_string" length =" 128" isNullable =" false" optional =" false" />
31
31
<item fieldId =" 1" name =" FloorNumber" type =" int16s" isNullable =" true" optional =" false" />
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ TODO: Make these namespace enums global rather than defining them for each clust
44
44
45
45
<enum name =" AreaTypeTag" type =" enum8" >
46
46
<cluster code =" 0x0150" /> <!-- Service Area Cluster -->
47
- <!-- TODO: add Basic Information Cluster code="0x0028" -->
47
+ <cluster code = " 0x0028 " /> < !-- Basic Information Cluster -->
48
48
49
49
<item value =" 0x00" name =" Aisle" />
50
50
<item value =" 0x01" name =" Attic" />
You can’t perform that action at this time.
0 commit comments