Skip to content

Commit

Permalink
Uncomment the <tag> bits in window covering. (#11711)
Browse files Browse the repository at this point in the history
project-chip/zap#274 should have fixed the problem that caused them to be commented out.

Fixes #11056
Fixes #11057
  • Loading branch information
bzbarsky-apple authored Nov 12, 2021
1 parent 4ba0473 commit 3db50b1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ limitations under the License.
<define>WINDOW_COVERING_CLUSTER</define>
<client tick="false" init="false">true</client>
<server tick="false" init="false">true</server>
<!-- TODO: <tag> support seems to be broken in ZAP, leading to database
constraint errors
<tag name="LF" description="Lift Control"/>
<tag name="TL" description="Tilt Control"/>
<tag name="PA" description="Position Aware"/>
<tag name="ABS" description="Absolute Positioning"/> -->
<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>
Expand Down

0 comments on commit 3db50b1

Please sign in to comment.