Skip to content

Commit

Permalink
WC: Add absolute positioning into FeatureMap
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeg-sfy committed Sep 1, 2021
1 parent 8348886 commit 4218afa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/zap-templates/zcl/data-model/chip/window-covering.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ limitations under the License.
<tag name="LF" description="Lift Control"/>
<tag name="TL" description="Tilt Control"/>
<tag name="PA" description="Position Aware"/>
<tag name="ABS" description="Absolute Positioning"/>
<globalAttribute side="server" code="0xFFFC" value="0x0001">
<featureBit tag="LF" bit="0">true</featureBit>
<featureBit tag="TL" bit="1">false</featureBit>
<featureBit tag="PA" bit="2">false</featureBit>
<featureBit tag="ABS" bit="3">false</featureBit>
</globalAttribute>
<globalAttribute side="either" code="0xFFFD" value="3"/>
<!-- Window Covering Information Attribute Set -->
Expand Down

0 comments on commit 4218afa

Please sign in to comment.