Skip to content

Commit 4a07795

Browse files
Fix network-manager-app zap/matter files
1 parent 6bcff7b commit 4a07795

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -1508,6 +1508,7 @@ endpoint 1 {
15081508
}
15091509

15101510
server cluster WiFiNetworkManagement {
1511+
callback attribute ssid;
15111512
callback attribute passphraseSurrogate;
15121513
callback attribute generatedCommandList;
15131514
callback attribute acceptedCommandList;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3246,7 +3246,7 @@
32463246
"storageOption": "External",
32473247
"singleton": 0,
32483248
"bounded": 0,
3249-
"defaultValue": "",
3249+
"defaultValue": null,
32503250
"reportable": 1,
32513251
"minInterval": 1,
32523252
"maxInterval": 65534,

0 commit comments

Comments
 (0)