File tree 1 file changed +4
-3
lines changed
src/app/zap-templates/zcl/data-model/chip
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ limitations under the License.
18
18
<!--
19
19
TODO: Make these structures global rather than defining them for each cluster.
20
20
This depends on the ability to define global structs via XML tags.
21
+ see: https://github.com/project-chip/connectedhomeip/issues/29818
21
22
-->
22
23
23
24
<configurator >
@@ -26,8 +27,8 @@ TODO: Make these structures global rather than defining them for each cluster.
26
27
<cluster code =" 0x0150" /> <!-- Service Area Cluster -->
27
28
<!-- TODO: add Basic Information Cluster code="0x0028" -->
28
29
29
- <item fieldId =" 0" name =" LocationName" type =" char_string" length =" 128" isNullable =" false" />
30
- <item fieldId =" 1" name =" FloorNumber" type =" int16s" isNullable =" true" />
31
- <item fieldId =" 2" name =" AreaType" type =" AreaTypeTag" isNullable =" true" />
30
+ <item fieldId =" 0" name =" LocationName" type =" char_string" length =" 128" isNullable =" false" optional = " false " />
31
+ <item fieldId =" 1" name =" FloorNumber" type =" int16s" isNullable =" true" optional = " false " />
32
+ <item fieldId =" 2" name =" AreaType" type =" AreaTypeTag" isNullable =" true" optional = " false " />
32
33
</struct >
33
34
</configurator >
You can’t perform that action at this time.
0 commit comments