Skip to content

Commit

Permalink
Fix the cluster association for the NetworkCommissioningFeature enum.
Browse files Browse the repository at this point in the history
Without that, the enum is not being code-generated.
  • Loading branch information
bzbarsky-apple committed Jan 22, 2022
1 parent ed8d276 commit 6f473c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ limitations under the License.
</command>
</cluster>
<bitmap name="NetworkCommissioningFeature" type="BITMAP32">
<cluster code="0x0031"/>
<field name="WiFiNetworkInterface" mask="0x1"/>
<field name="ThreadNetworkInterface" mask="0x2"/>
<field name="EthernetNetworkInterface" mask="0x4"/>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6f473c1

Please sign in to comment.