Updated all remaining app's ZAP files with supported events. (#25226)
* Added Supported Events to the Pump Controller App ZAP File
* Added Supported Events to the OTA Requestor App ZAP File
* Added Supported Events to the OTA Provider App ZAP File
* Added Supported Events to the Light Switch App ZAP File
* Added Supported Events to the Temperature Measurement App ZAP File
* Added Supported Events to the Placeholder Config App 2 ZAP File
* Added Supported Events to the Placeholder Config App 1 ZAP File
* Added Supported Events to the Log Source App ZAP File
* Added Supported Events to the Dynamic Bridge App ZAP File
* Added Supported Events to the Contact Sensor App ZAP File
* Added Supported Events to the Sample App ZAP File
* Added Supported Events to the CHEF Window Covering App ZAP File
* Added Supported Events to the CHEF Thermostat App ZAP File
* Added Supported Events to the CHEF Temperature Sensor App ZAP File
* Added Supported Events to the CHEF Speaker App ZAP File
* Added Supported Events to the CHEF Pressure Sensor App ZAP File
* Added Supported Events to the CHEF OnOff Plugin Unit App ZAP File
* Added Supported Events to the CHEF OnOff Light Switch App ZAP File
* Added Supported Events to the CHEF OnOff Light App ZAP File
* Added Supported Events to the CHEF Occupancy Sensor App ZAP File
* Added Supported Events to the CHEF Light Sensor App ZAP File
* Added Supported Events to the CHEF Humidity Sensor App ZAP File
* Added Supported Events to the CHEF Heating Cooling Unit App ZAP File
* Added Supported Events to the CHEF Flow Sensor App ZAP File
* Added Supported Events to the CHEF Fan App ZAP File
* Added Supported Events to the CHEF Extended Color Light App ZAP File
* Added Supported Events to the CHEF Door Lock App ZAP File
* Added Supported Events to the CHEF Dimmable Light App ZAP File
* Added Supported Events to the CHEF Contact Sensor App ZAP File
* Added Supported Events to the CHEF Color Temperature Light App ZAP File
* Added Supported Events to the CHEF Dimmable Light App ZAP File
* ZAP REGEN
diff --git a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
index 7615fee..2cc3f91 100644
--- a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
+++ b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
@@ -1179,6 +1179,8 @@
}
server cluster AccessControl {
+ emits event AccessControlEntryChanged;
+ emits event AccessControlExtensionChanged;
callback attribute acl;
callback attribute extension;
callback attribute subjectsPerAccessControlEntry;
@@ -1190,6 +1192,9 @@
}
server cluster BasicInformation {
+ emits event StartUp;
+ emits event ShutDown;
+ emits event Leave;
callback attribute dataModelRevision default = 10;
callback attribute vendorName;
callback attribute vendorID;
@@ -1215,6 +1220,9 @@
}
server cluster OtaSoftwareUpdateRequestor {
+ emits event StateTransition;
+ emits event VersionApplied;
+ emits event DownloadError;
callback attribute defaultOTAProviders;
ram attribute updatePossible default = 1;
ram attribute updateState;
@@ -1268,6 +1276,7 @@
}
server cluster GeneralDiagnostics {
+ emits event BootReason;
callback attribute networkInterfaces;
callback attribute rebootCount;
callback attribute upTime;