Skip to content

Commit

Permalink
Fix the cluster association for the NetworkCommissioningFeature enum. (
Browse files Browse the repository at this point in the history
…#13845)

Without that, the enum is not being code-generated.
  • Loading branch information
bzbarsky-apple authored Jan 24, 2022
1 parent 42f0433 commit 69ab2a9
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 69ab2a9

Please sign in to comment.