Skip to content

Commit 96e0d31

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Turn off the Basic Information Reachable attribute in examples. (#26331)
This is really only meant to be used for Bridged Device Basic Information, not the Basic Information cluster. Fixes #18083
1 parent a68dd39 commit 96e0d31

File tree

51 files changed

+165
-202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+165
-202
lines changed

examples/all-clusters-app/all-clusters-common/all-clusters-app.matter

-2
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,6 @@ server cluster BasicInformation = 40 {
777777
readonly attribute char_string<64> productLabel = 14;
778778
readonly attribute char_string<32> serialNumber = 15;
779779
attribute access(write: manage) boolean localConfigDisabled = 16;
780-
readonly attribute boolean reachable = 17;
781780
readonly attribute char_string<32> uniqueID = 18;
782781
readonly attribute CapabilityMinimaStruct capabilityMinima = 19;
783782
readonly attribute ProductAppearanceStruct productAppearance = 20;
@@ -4647,7 +4646,6 @@ endpoint 0 {
46474646
callback attribute productLabel;
46484647
callback attribute serialNumber;
46494648
persist attribute localConfigDisabled default = 0;
4650-
ram attribute reachable default = 1;
46514649
callback attribute uniqueID;
46524650
callback attribute capabilityMinima;
46534651
callback attribute productAppearance;

examples/all-clusters-app/all-clusters-common/all-clusters-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@
14661466
"mfgCode": null,
14671467
"side": "server",
14681468
"type": "boolean",
1469-
"included": 1,
1469+
"included": 0,
14701470
"storageOption": "RAM",
14711471
"singleton": 1,
14721472
"bounded": 0,

examples/bridge-app/bridge-common/bridge-app.matter

-2
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ server cluster BasicInformation = 40 {
564564
readonly attribute char_string<64> productLabel = 14;
565565
readonly attribute char_string<32> serialNumber = 15;
566566
attribute access(write: manage) boolean localConfigDisabled = 16;
567-
readonly attribute boolean reachable = 17;
568567
readonly attribute char_string<32> uniqueID = 18;
569568
readonly attribute CapabilityMinimaStruct capabilityMinima = 19;
570569
readonly attribute command_id generatedCommandList[] = 65528;
@@ -1660,7 +1659,6 @@ endpoint 0 {
16601659
callback attribute productLabel;
16611660
callback attribute serialNumber;
16621661
persist attribute localConfigDisabled default = 0;
1663-
ram attribute reachable default = 1;
16641662
callback attribute uniqueID;
16651663
callback attribute capabilityMinima;
16661664
callback attribute generatedCommandList;

examples/bridge-app/bridge-common/bridge-app.zap

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"featureLevel": 92,
2+
"featureLevel": 96,
33
"creator": "zap",
44
"keyValuePairs": [
55
{
@@ -783,7 +783,7 @@
783783
"mfgCode": null,
784784
"side": "server",
785785
"type": "boolean",
786-
"included": 1,
786+
"included": 0,
787787
"storageOption": "RAM",
788788
"singleton": 1,
789789
"bounded": 0,
@@ -7625,5 +7625,6 @@
76257625
"endpointVersion": 1,
76267626
"deviceIdentifier": 257
76277627
}
7628-
]
7628+
],
7629+
"log": []
76297630
}

examples/contact-sensor-app/contact-sensor-common/contact-sensor-app.matter

-2
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ server cluster BasicInformation = 40 {
293293
readonly attribute char_string<64> productLabel = 14;
294294
readonly attribute char_string<32> serialNumber = 15;
295295
attribute access(write: manage) boolean localConfigDisabled = 16;
296-
readonly attribute boolean reachable = 17;
297296
readonly attribute char_string<32> uniqueID = 18;
298297
readonly attribute CapabilityMinimaStruct capabilityMinima = 19;
299298
readonly attribute command_id generatedCommandList[] = 65528;
@@ -1518,7 +1517,6 @@ endpoint 0 {
15181517
callback attribute productLabel;
15191518
callback attribute serialNumber;
15201519
persist attribute localConfigDisabled default = 0;
1521-
ram attribute reachable default = 1;
15221520
callback attribute uniqueID;
15231521
callback attribute capabilityMinima;
15241522
ram attribute featureMap default = 0;

examples/contact-sensor-app/contact-sensor-common/contact-sensor-app.zap

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"featureLevel": 92,
2+
"featureLevel": 96,
33
"creator": "zap",
44
"keyValuePairs": [
55
{
@@ -1460,7 +1460,7 @@
14601460
"mfgCode": null,
14611461
"side": "server",
14621462
"type": "boolean",
1463-
"included": 1,
1463+
"included": 0,
14641464
"storageOption": "RAM",
14651465
"singleton": 1,
14661466
"bounded": 0,
@@ -8785,5 +8785,6 @@
87858785
"endpointVersion": 1,
87868786
"deviceIdentifier": 21
87878787
}
8788-
]
8788+
],
8789+
"log": []
87898790
}

examples/dynamic-bridge-app/bridge-common/bridge-app.matter

-2
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ server cluster BasicInformation = 40 {
564564
readonly attribute char_string<64> productLabel = 14;
565565
readonly attribute char_string<32> serialNumber = 15;
566566
attribute access(write: manage) boolean localConfigDisabled = 16;
567-
readonly attribute boolean reachable = 17;
568567
readonly attribute char_string<32> uniqueID = 18;
569568
readonly attribute CapabilityMinimaStruct capabilityMinima = 19;
570569
readonly attribute command_id generatedCommandList[] = 65528;
@@ -1661,7 +1660,6 @@ endpoint 0 {
16611660
callback attribute productLabel;
16621661
callback attribute serialNumber;
16631662
persist attribute localConfigDisabled default = 0;
1664-
ram attribute reachable default = 1;
16651663
callback attribute uniqueID;
16661664
callback attribute capabilityMinima;
16671665
callback attribute generatedCommandList;

examples/dynamic-bridge-app/bridge-common/bridge-app.zap

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"featureLevel": 92,
2+
"featureLevel": 96,
33
"creator": "zap",
44
"keyValuePairs": [
55
{
@@ -790,7 +790,7 @@
790790
"mfgCode": null,
791791
"side": "server",
792792
"type": "boolean",
793-
"included": 1,
793+
"included": 0,
794794
"storageOption": "RAM",
795795
"singleton": 1,
796796
"bounded": 0,
@@ -7614,5 +7614,6 @@
76147614
"endpointVersion": 1,
76157615
"deviceIdentifier": 257
76167616
}
7617-
]
7617+
],
7618+
"log": []
76187619
}

examples/light-switch-app/light-switch-common/light-switch-app.matter

-2
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,6 @@ server cluster BasicInformation = 40 {
601601
readonly attribute char_string<64> productLabel = 14;
602602
readonly attribute char_string<32> serialNumber = 15;
603603
attribute access(write: manage) boolean localConfigDisabled = 16;
604-
readonly attribute boolean reachable = 17;
605604
readonly attribute char_string<32> uniqueID = 18;
606605
readonly attribute CapabilityMinimaStruct capabilityMinima = 19;
607606
readonly attribute command_id generatedCommandList[] = 65528;
@@ -2151,7 +2150,6 @@ endpoint 0 {
21512150
callback attribute productLabel;
21522151
callback attribute serialNumber;
21532152
persist attribute localConfigDisabled default = 0;
2154-
ram attribute reachable default = 1;
21552153
callback attribute uniqueID;
21562154
callback attribute capabilityMinima;
21572155
ram attribute featureMap default = 0;

examples/light-switch-app/light-switch-common/light-switch-app.zap

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"featureLevel": 92,
2+
"featureLevel": 96,
33
"creator": "zap",
44
"keyValuePairs": [
55
{
@@ -1508,7 +1508,7 @@
15081508
"mfgCode": null,
15091509
"side": "server",
15101510
"type": "boolean",
1511-
"included": 1,
1511+
"included": 0,
15121512
"storageOption": "RAM",
15131513
"singleton": 1,
15141514
"bounded": 0,
@@ -9334,5 +9334,6 @@
93349334
"endpointVersion": 1,
93359335
"deviceIdentifier": 15
93369336
}
9337-
]
9337+
],
9338+
"log": []
93389339
}

examples/lighting-app/bouffalolab/data_model/lighting-app-thread.matter

-2
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ server cluster BasicInformation = 40 {
463463
readonly attribute char_string<64> productLabel = 14;
464464
readonly attribute char_string<32> serialNumber = 15;
465465
attribute access(write: manage) boolean localConfigDisabled = 16;
466-
readonly attribute boolean reachable = 17;
467466
readonly attribute char_string<32> uniqueID = 18;
468467
readonly attribute CapabilityMinimaStruct capabilityMinima = 19;
469468
readonly attribute command_id generatedCommandList[] = 65528;
@@ -1897,7 +1896,6 @@ endpoint 0 {
18971896
callback attribute productLabel;
18981897
callback attribute serialNumber;
18991898
persist attribute localConfigDisabled default = 0;
1900-
ram attribute reachable default = 1;
19011899
callback attribute uniqueID;
19021900
callback attribute capabilityMinima;
19031901
ram attribute featureMap default = 0;

examples/lighting-app/bouffalolab/data_model/lighting-app-thread.zap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"featureLevel": 95,
2+
"featureLevel": 96,
33
"creator": "zap",
44
"keyValuePairs": [
55
{
@@ -1460,7 +1460,7 @@
14601460
"mfgCode": null,
14611461
"side": "server",
14621462
"type": "boolean",
1463-
"included": 1,
1463+
"included": 0,
14641464
"storageOption": "RAM",
14651465
"singleton": 1,
14661466
"bounded": 0,
@@ -8343,4 +8343,4 @@
83438343
}
83448344
],
83458345
"log": []
8346-
}
8346+
}

examples/lighting-app/bouffalolab/data_model/lighting-app-wifi.matter

-2
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ server cluster BasicInformation = 40 {
463463
readonly attribute char_string<64> productLabel = 14;
464464
readonly attribute char_string<32> serialNumber = 15;
465465
attribute access(write: manage) boolean localConfigDisabled = 16;
466-
readonly attribute boolean reachable = 17;
467466
readonly attribute char_string<32> uniqueID = 18;
468467
readonly attribute CapabilityMinimaStruct capabilityMinima = 19;
469468
readonly attribute command_id generatedCommandList[] = 65528;
@@ -1806,7 +1805,6 @@ endpoint 0 {
18061805
callback attribute productLabel;
18071806
callback attribute serialNumber;
18081807
persist attribute localConfigDisabled default = 0;
1809-
ram attribute reachable default = 1;
18101808
callback attribute uniqueID;
18111809
callback attribute capabilityMinima;
18121810
ram attribute featureMap default = 0;

examples/lighting-app/bouffalolab/data_model/lighting-app-wifi.zap

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"featureLevel": 95,
2+
"featureLevel": 96,
33
"creator": "zap",
44
"keyValuePairs": [
55
{
@@ -1460,7 +1460,7 @@
14601460
"mfgCode": null,
14611461
"side": "server",
14621462
"type": "boolean",
1463-
"included": 1,
1463+
"included": 0,
14641464
"storageOption": "RAM",
14651465
"singleton": 1,
14661466
"bounded": 0,
@@ -8343,4 +8343,4 @@
83438343
}
83448344
],
83458345
"log": []
8346-
}
8346+
}

examples/lighting-app/lighting-common/lighting-app.matter

-2
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ server cluster BasicInformation = 40 {
463463
readonly attribute char_string<64> productLabel = 14;
464464
readonly attribute char_string<32> serialNumber = 15;
465465
attribute access(write: manage) boolean localConfigDisabled = 16;
466-
readonly attribute boolean reachable = 17;
467466
readonly attribute char_string<32> uniqueID = 18;
468467
readonly attribute CapabilityMinimaStruct capabilityMinima = 19;
469468
readonly attribute command_id generatedCommandList[] = 65528;
@@ -1993,7 +1992,6 @@ endpoint 0 {
19931992
callback attribute productLabel;
19941993
callback attribute serialNumber;
19951994
persist attribute localConfigDisabled default = 0;
1996-
ram attribute reachable default = 1;
19971995
callback attribute uniqueID;
19981996
callback attribute capabilityMinima;
19991997
ram attribute featureMap default = 0;

examples/lighting-app/lighting-common/lighting-app.zap

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"featureLevel": 92,
2+
"featureLevel": 96,
33
"creator": "zap",
44
"keyValuePairs": [
55
{
@@ -1460,7 +1460,7 @@
14601460
"mfgCode": null,
14611461
"side": "server",
14621462
"type": "boolean",
1463-
"included": 1,
1463+
"included": 0,
14641464
"storageOption": "RAM",
14651465
"singleton": 1,
14661466
"bounded": 0,
@@ -7041,7 +7041,7 @@
70417041
"mfgCode": null,
70427042
"side": "server",
70437043
"type": "boolean",
7044-
"included": 1,
7044+
"included": 0,
70457045
"storageOption": "RAM",
70467046
"singleton": 1,
70477047
"bounded": 0,
@@ -8341,5 +8341,6 @@
83418341
"endpointVersion": 1,
83428342
"deviceIdentifier": 257
83438343
}
8344-
]
8344+
],
8345+
"log": []
83458346
}

examples/lighting-app/qpg/zap/light.matter

-2
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ server cluster BasicInformation = 40 {
458458
readonly attribute char_string<64> productLabel = 14;
459459
readonly attribute char_string<32> serialNumber = 15;
460460
attribute access(write: manage) boolean localConfigDisabled = 16;
461-
readonly attribute boolean reachable = 17;
462461
readonly attribute char_string<32> uniqueID = 18;
463462
readonly attribute CapabilityMinimaStruct capabilityMinima = 19;
464463
readonly attribute command_id generatedCommandList[] = 65528;
@@ -1758,7 +1757,6 @@ endpoint 0 {
17581757
callback attribute productLabel;
17591758
callback attribute serialNumber;
17601759
persist attribute localConfigDisabled default = 0;
1761-
ram attribute reachable default = 1;
17621760
callback attribute uniqueID;
17631761
callback attribute capabilityMinima;
17641762
callback attribute generatedCommandList;

examples/lighting-app/qpg/zap/light.zap

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"featureLevel": 92,
2+
"featureLevel": 96,
33
"creator": "zap",
44
"keyValuePairs": [
55
{
@@ -1572,7 +1572,7 @@
15721572
"mfgCode": null,
15731573
"side": "server",
15741574
"type": "boolean",
1575-
"included": 1,
1575+
"included": 0,
15761576
"storageOption": "RAM",
15771577
"singleton": 1,
15781578
"bounded": 0,

examples/lighting-app/silabs/SiWx917/data_model/lighting-wifi-app.matter

-2
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ server cluster BasicInformation = 40 {
463463
readonly attribute char_string<64> productLabel = 14;
464464
readonly attribute char_string<32> serialNumber = 15;
465465
attribute access(write: manage) boolean localConfigDisabled = 16;
466-
readonly attribute boolean reachable = 17;
467466
readonly attribute char_string<32> uniqueID = 18;
468467
readonly attribute CapabilityMinimaStruct capabilityMinima = 19;
469468
readonly attribute command_id generatedCommandList[] = 65528;
@@ -1698,7 +1697,6 @@ endpoint 0 {
16981697
callback attribute productLabel;
16991698
callback attribute serialNumber;
17001699
persist attribute localConfigDisabled default = 0;
1701-
ram attribute reachable default = 1;
17021700
callback attribute uniqueID;
17031701
callback attribute capabilityMinima;
17041702
ram attribute featureMap default = 0;

examples/lighting-app/silabs/SiWx917/data_model/lighting-wifi-app.zap

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"featureLevel": 95,
2+
"featureLevel": 96,
33
"creator": "zap",
44
"keyValuePairs": [
55
{
@@ -1444,7 +1444,7 @@
14441444
"mfgCode": null,
14451445
"side": "server",
14461446
"type": "boolean",
1447-
"included": 1,
1447+
"included": 0,
14481448
"storageOption": "RAM",
14491449
"singleton": 1,
14501450
"bounded": 0,

examples/lighting-app/silabs/efr32/data_model/lighting-thread-app.matter

-2
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ server cluster BasicInformation = 40 {
463463
readonly attribute char_string<64> productLabel = 14;
464464
readonly attribute char_string<32> serialNumber = 15;
465465
attribute access(write: manage) boolean localConfigDisabled = 16;
466-
readonly attribute boolean reachable = 17;
467466
readonly attribute char_string<32> uniqueID = 18;
468467
readonly attribute CapabilityMinimaStruct capabilityMinima = 19;
469468
readonly attribute command_id generatedCommandList[] = 65528;
@@ -1788,7 +1787,6 @@ endpoint 0 {
17881787
callback attribute productLabel;
17891788
callback attribute serialNumber;
17901789
persist attribute localConfigDisabled default = 0;
1791-
ram attribute reachable default = 1;
17921790
callback attribute uniqueID;
17931791
callback attribute capabilityMinima;
17941792
ram attribute featureMap default = 0;

0 commit comments

Comments
 (0)