Skip to content

Commit 22db496

Browse files
committed
Updated the LondmarkInfoSturct PositionTag type.
1 parent c7f248c commit 22db496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ limitations under the License.
2020
Data types
2121
<struct name="LandmarkInfoStruct" apiMaturity="provisional">
2222
<cluster code="0x0150"/>
23-
<item name="LandmarkTag" type="LandmarkTag" optional="false" isNullable="false"/>
24-
<item name="PositionTag" type="PositionTag" optional="false" isNullable="true"/>
23+
<item name="LandmarkTag" type="LandmarkTag" optional="false" isNullable="false"/>
24+
<item name="PositionTag" type="RelativePositionTag" optional="false" isNullable="true"/>
2525
</struct>
2626

2727
<struct name="AreaInfoStruct" apiMaturity="provisional">

0 commit comments

Comments
 (0)