Skip to content

Commit 1096630

Browse files
emargolispull[bot]
authored andcommitted
Added Supported Events to the TV Casting App ZAP File (#25071)
* Added Supported Events to the TV Casting App ZAP File * ZAP REGEN
1 parent f9d1f4d commit 1096630

File tree

2 files changed

+104
-0
lines changed

2 files changed

+104
-0
lines changed

examples/tv-casting-app/tv-casting-common/tv-casting-app.matter

+12
Original file line numberDiff line numberDiff line change
@@ -2360,6 +2360,8 @@ endpoint 0 {
23602360
}
23612361

23622362
server cluster AccessControl {
2363+
emits event AccessControlEntryChanged;
2364+
emits event AccessControlExtensionChanged;
23632365
callback attribute acl;
23642366
callback attribute extension;
23652367
callback attribute subjectsPerAccessControlEntry default = 4;
@@ -2371,6 +2373,9 @@ endpoint 0 {
23712373
}
23722374

23732375
server cluster BasicInformation {
2376+
emits event StartUp;
2377+
emits event ShutDown;
2378+
emits event Leave;
23742379
callback attribute dataModelRevision default = 10;
23752380
callback attribute vendorName;
23762381
callback attribute vendorID;
@@ -2450,6 +2455,10 @@ endpoint 0 {
24502455
}
24512456

24522457
server cluster GeneralDiagnostics {
2458+
emits event HardwareFaultChange;
2459+
emits event RadioFaultChange;
2460+
emits event NetworkFaultChange;
2461+
emits event BootReason;
24532462
callback attribute networkInterfaces;
24542463
callback attribute rebootCount;
24552464
callback attribute upTime;
@@ -2541,6 +2550,9 @@ endpoint 0 {
25412550
}
25422551

25432552
server cluster WiFiNetworkDiagnostics {
2553+
emits event Disconnection;
2554+
emits event AssociationFailure;
2555+
emits event ConnectionStatus;
25442556
callback attribute bssid;
25452557
callback attribute securityType;
25462558
callback attribute wiFiVersion;

examples/tv-casting-app/tv-casting-common/tv-casting-app.zap

+92
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,22 @@
10781078
"maxInterval": 65534,
10791079
"reportableChange": 0
10801080
}
1081+
],
1082+
"events": [
1083+
{
1084+
"name": "AccessControlEntryChanged",
1085+
"code": 0,
1086+
"mfgCode": null,
1087+
"side": "server",
1088+
"included": 1
1089+
},
1090+
{
1091+
"name": "AccessControlExtensionChanged",
1092+
"code": 1,
1093+
"mfgCode": null,
1094+
"side": "server",
1095+
"included": 1
1096+
}
10811097
]
10821098
},
10831099
{
@@ -1466,6 +1482,29 @@
14661482
"maxInterval": 65344,
14671483
"reportableChange": 0
14681484
}
1485+
],
1486+
"events": [
1487+
{
1488+
"name": "StartUp",
1489+
"code": 0,
1490+
"mfgCode": null,
1491+
"side": "server",
1492+
"included": 1
1493+
},
1494+
{
1495+
"name": "ShutDown",
1496+
"code": 1,
1497+
"mfgCode": null,
1498+
"side": "server",
1499+
"included": 1
1500+
},
1501+
{
1502+
"name": "Leave",
1503+
"code": 2,
1504+
"mfgCode": null,
1505+
"side": "server",
1506+
"included": 1
1507+
}
14691508
]
14701509
},
14711510
{
@@ -2570,6 +2609,36 @@
25702609
"maxInterval": 65344,
25712610
"reportableChange": 0
25722611
}
2612+
],
2613+
"events": [
2614+
{
2615+
"name": "HardwareFaultChange",
2616+
"code": 0,
2617+
"mfgCode": null,
2618+
"side": "server",
2619+
"included": 1
2620+
},
2621+
{
2622+
"name": "RadioFaultChange",
2623+
"code": 1,
2624+
"mfgCode": null,
2625+
"side": "server",
2626+
"included": 1
2627+
},
2628+
{
2629+
"name": "NetworkFaultChange",
2630+
"code": 2,
2631+
"mfgCode": null,
2632+
"side": "server",
2633+
"included": 1
2634+
},
2635+
{
2636+
"name": "BootReason",
2637+
"code": 3,
2638+
"mfgCode": null,
2639+
"side": "server",
2640+
"included": 1
2641+
}
25732642
]
25742643
},
25752644
{
@@ -4038,6 +4107,29 @@
40384107
"maxInterval": 65344,
40394108
"reportableChange": 0
40404109
}
4110+
],
4111+
"events": [
4112+
{
4113+
"name": "Disconnection",
4114+
"code": 0,
4115+
"mfgCode": null,
4116+
"side": "server",
4117+
"included": 1
4118+
},
4119+
{
4120+
"name": "AssociationFailure",
4121+
"code": 1,
4122+
"mfgCode": null,
4123+
"side": "server",
4124+
"included": 1
4125+
},
4126+
{
4127+
"name": "ConnectionStatus",
4128+
"code": 2,
4129+
"mfgCode": null,
4130+
"side": "server",
4131+
"included": 1
4132+
}
40414133
]
40424134
},
40434135
{

0 commit comments

Comments
 (0)