We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f248c commit 22db496Copy full SHA for 22db496
src/app/zap-templates/zcl/data-model/chip/service-area-cluster.xml
@@ -20,8 +20,8 @@ limitations under the License.
20
Data types
21
<struct name="LandmarkInfoStruct" apiMaturity="provisional">
22
<cluster code="0x0150"/>
23
- <item name="LandmarkTag" type="LandmarkTag" optional="false" isNullable="false"/>
24
- <item name="PositionTag" type="PositionTag" optional="false" isNullable="true"/>
+ <item name="LandmarkTag" type="LandmarkTag" optional="false" isNullable="false"/>
+ <item name="PositionTag" type="RelativePositionTag" optional="false" isNullable="true"/>
25
</struct>
26
27
<struct name="AreaInfoStruct" apiMaturity="provisional">
0 commit comments