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 and pull[bot] committed Jul 21, 2023
1 parent 463ec98 commit 5c4e3b4
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 5c4e3b4

Please sign in to comment.