Skip to content

Commit cf95594

Browse files
committed
Added changes for the zap file
1 parent ece4c4e commit cf95594

File tree

4 files changed

+0
-68
lines changed

4 files changed

+0
-68
lines changed

examples/refrigerator-app/silabs/data_model/refrigerator-thread-app.matter

-2
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,6 @@ endpoint 2 {
17551755
callback attribute serverList;
17561756
callback attribute clientList;
17571757
callback attribute partsList;
1758-
callback attribute tagList;
17591758
callback attribute generatedCommandList;
17601759
callback attribute acceptedCommandList;
17611760
callback attribute attributeList;
@@ -1786,7 +1785,6 @@ endpoint 3 {
17861785
callback attribute serverList;
17871786
callback attribute clientList;
17881787
callback attribute partsList;
1789-
callback attribute tagList;
17901788
callback attribute generatedCommandList;
17911789
callback attribute acceptedCommandList;
17921790
callback attribute attributeList;

examples/refrigerator-app/silabs/data_model/refrigerator-thread-app.zap

-32
Original file line numberDiff line numberDiff line change
@@ -3358,22 +3358,6 @@
33583358
"maxInterval": 65534,
33593359
"reportableChange": 0
33603360
},
3361-
{
3362-
"name": "TagList",
3363-
"code": 4,
3364-
"mfgCode": null,
3365-
"side": "server",
3366-
"type": "array",
3367-
"included": 1,
3368-
"storageOption": "External",
3369-
"singleton": 0,
3370-
"bounded": 0,
3371-
"defaultValue": null,
3372-
"reportable": 1,
3373-
"minInterval": 1,
3374-
"maxInterval": 65534,
3375-
"reportableChange": 0
3376-
},
33773361
{
33783362
"name": "GeneratedCommandList",
33793363
"code": 65528,
@@ -3723,22 +3707,6 @@
37233707
"maxInterval": 65534,
37243708
"reportableChange": 0
37253709
},
3726-
{
3727-
"name": "TagList",
3728-
"code": 4,
3729-
"mfgCode": null,
3730-
"side": "server",
3731-
"type": "array",
3732-
"included": 1,
3733-
"storageOption": "External",
3734-
"singleton": 0,
3735-
"bounded": 0,
3736-
"defaultValue": null,
3737-
"reportable": 1,
3738-
"minInterval": 1,
3739-
"maxInterval": 65534,
3740-
"reportableChange": 0
3741-
},
37423710
{
37433711
"name": "GeneratedCommandList",
37443712
"code": 65528,

examples/refrigerator-app/silabs/data_model/refrigerator-wifi-app.matter

-2
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,6 @@ endpoint 2 {
16631663
callback attribute serverList;
16641664
callback attribute clientList;
16651665
callback attribute partsList;
1666-
callback attribute tagList;
16671666
callback attribute generatedCommandList;
16681667
callback attribute acceptedCommandList;
16691668
callback attribute attributeList;
@@ -1694,7 +1693,6 @@ endpoint 3 {
16941693
callback attribute serverList;
16951694
callback attribute clientList;
16961695
callback attribute partsList;
1697-
callback attribute tagList;
16981696
callback attribute generatedCommandList;
16991697
callback attribute acceptedCommandList;
17001698
callback attribute attributeList;

examples/refrigerator-app/silabs/data_model/refrigerator-wifi-app.zap

-32
Original file line numberDiff line numberDiff line change
@@ -3263,22 +3263,6 @@
32633263
"maxInterval": 65534,
32643264
"reportableChange": 0
32653265
},
3266-
{
3267-
"name": "TagList",
3268-
"code": 4,
3269-
"mfgCode": null,
3270-
"side": "server",
3271-
"type": "array",
3272-
"included": 1,
3273-
"storageOption": "External",
3274-
"singleton": 0,
3275-
"bounded": 0,
3276-
"defaultValue": null,
3277-
"reportable": 1,
3278-
"minInterval": 1,
3279-
"maxInterval": 65534,
3280-
"reportableChange": 0
3281-
},
32823266
{
32833267
"name": "GeneratedCommandList",
32843268
"code": 65528,
@@ -3628,22 +3612,6 @@
36283612
"maxInterval": 65534,
36293613
"reportableChange": 0
36303614
},
3631-
{
3632-
"name": "TagList",
3633-
"code": 4,
3634-
"mfgCode": null,
3635-
"side": "server",
3636-
"type": "array",
3637-
"included": 1,
3638-
"storageOption": "External",
3639-
"singleton": 0,
3640-
"bounded": 0,
3641-
"defaultValue": null,
3642-
"reportable": 1,
3643-
"minInterval": 1,
3644-
"maxInterval": 65534,
3645-
"reportableChange": 0
3646-
},
36473615
{
36483616
"name": "GeneratedCommandList",
36493617
"code": 65528,

0 commit comments

Comments
 (0)