Skip to content

Commit

Permalink
Add MediaPlayback feature map to zcl xml definition
Browse files Browse the repository at this point in the history
Fixes Issue project-chip#22681
  • Loading branch information
cjswedes committed Sep 21, 2022
1 parent 388c27c commit 51004bd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,10 @@ limitations under the License.
<item name="SpeedOutOfRange" value="0x04"/>
<item name="SeekOutOfRange" value="0x05"/>
</enum>

<bitmap name="MediaPlaybackFeature" type="BITMAP32">
<cluster code="0x0506"/>
<field name="AdvancedSeek" mask="0x1"/>
<field name="VariableSpeed" mask="0x2"/>
</bitmap>
</configurator>

0 comments on commit 51004bd

Please sign in to comment.