Skip to content

Commit 9c30714

Browse files
Cluster ID should be 0x0451
1 parent 06adf08 commit 9c30714

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/network-manager-app/network-manager-common/network-manager-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -3212,7 +3212,7 @@
32123212
},
32133213
{
32143214
"name": "Wi-Fi Network Management",
3215-
"code": 3072,
3215+
"code": 1105,
32163216
"mfgCode": null,
32173217
"define": "WIFI_NETWORK_MANAGEMENT_CLUSTER",
32183218
"side": "server",

src/app/zap-templates/zcl/data-model/chip/wifi-network-management-cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<cluster>
2121
<domain>Network Infrastructure</domain>
2222
<name>Wi-Fi Network Management</name>
23-
<code>0x0C00</code>
23+
<code>0x0451</code>
2424
<define>WIFI_NETWORK_MANAGEMENT_CLUSTER</define>
2525
<description>Functionality to retrieve operational information about a managed Wi-Fi network.</description>
2626

0 commit comments

Comments
 (0)