| /* |
| * |
| * Copyright (c) 2022 Project CHIP Authors |
| * |
| * Licensed under the Apache License, Version 2.0 (the "License"); |
| * you may not use this file except in compliance with the License. |
| * You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| */ |
| |
| // THIS FILE IS GENERATED BY ZAP |
| |
| // Prevent multiple inclusion |
| #pragma once |
| |
| #include <app-common/zap-generated/cluster-objects.h> |
| #include <app/util/af-types.h> |
| #include <app/util/basic-types.h> |
| |
| #include <app/CommandHandler.h> |
| #include <app/CommandSender.h> |
| #include <app/ConcreteAttributePath.h> |
| #include <app/ConcreteCommandPath.h> |
| #include <lib/support/Span.h> |
| #include <protocols/interaction_model/Constants.h> |
| |
| // Cluster Init Functions |
| |
| /** @brief Identify Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfIdentifyClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Groups Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfGroupsClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Scenes Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfScenesClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief On/Off Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOnOffClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief On/off Switch Configuration Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOnOffSwitchConfigurationClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Level Control Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfLevelControlClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Binary Input (Basic) Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBinaryInputBasicClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Pulse Width Modulation Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPulseWidthModulationClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Descriptor Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfDescriptorClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Binding Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBindingClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Access Control Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfAccessControlClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Actions Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfActionsClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Basic Information Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBasicInformationClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief OTA Software Update Provider Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOtaSoftwareUpdateProviderClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief OTA Software Update Requestor Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOtaSoftwareUpdateRequestorClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Localization Configuration Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfLocalizationConfigurationClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Time Format Localization Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTimeFormatLocalizationClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Unit Localization Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfUnitLocalizationClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Power Source Configuration Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPowerSourceConfigurationClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Power Source Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPowerSourceClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief General Commissioning Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfGeneralCommissioningClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Network Commissioning Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfNetworkCommissioningClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Diagnostic Logs Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfDiagnosticLogsClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief General Diagnostics Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfGeneralDiagnosticsClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Software Diagnostics Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSoftwareDiagnosticsClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Thread Network Diagnostics Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfThreadNetworkDiagnosticsClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief WiFi Network Diagnostics Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfWiFiNetworkDiagnosticsClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ethernet Network Diagnostics Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfEthernetNetworkDiagnosticsClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Time Synchronization Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTimeSynchronizationClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bridged Device Basic Information Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBridgedDeviceBasicInformationClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Switch Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSwitchClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Administrator Commissioning Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfAdministratorCommissioningClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Operational Credentials Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOperationalCredentialsClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Group Key Management Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfGroupKeyManagementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fixed Label Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFixedLabelClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief User Label Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfUserLabelClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Proxy Configuration Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfProxyConfigurationClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Proxy Discovery Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfProxyDiscoveryClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Proxy Valid Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfProxyValidClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Boolean State Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBooleanStateClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief ICD Management Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfIcdManagementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Mode Select Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfModeSelectClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Laundry Washer Mode Select Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfLaundryWasherModeSelectClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Refrigerator And Temperature Controlled Cabinet Mode Select Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRefrigeratorAndTemperatureControlledCabinetModeSelectClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Washer Controls Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfWasherControlsClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief RVC Run Mode Select Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRvcRunModeSelectClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief RVC Clean Mode Select Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRvcCleanModeSelectClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Temperature Control Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTemperatureControlClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Refrigerator Alarm Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRefrigeratorAlarmClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Dishwasher Mode Select Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfDishwasherModeSelectClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Air Quality Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfAirQualityClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Smoke CO Alarm Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSmokeCoAlarmClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Operational State Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOperationalStateClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief HEPA Filter Monitoring Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfHepaFilterMonitoringClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Activated Carbon Filter Monitoring Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfActivatedCarbonFilterMonitoringClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ceramic Filter Monitoring Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfCeramicFilterMonitoringClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Electrostatic Filter Monitoring Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfElectrostaticFilterMonitoringClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief UV Filter Monitoring Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfUvFilterMonitoringClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ionizing Filter Monitoring Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfIonizingFilterMonitoringClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Zeolite Filter Monitoring Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfZeoliteFilterMonitoringClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ozone Filter Monitoring Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOzoneFilterMonitoringClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Water Tank Monitoring Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfWaterTankMonitoringClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fuel Tank Monitoring Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFuelTankMonitoringClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ink Cartridge Monitoring Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfInkCartridgeMonitoringClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Toner Cartridge Monitoring Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTonerCartridgeMonitoringClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Door Lock Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfDoorLockClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Window Covering Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfWindowCoveringClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Barrier Control Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBarrierControlClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Pump Configuration and Control Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPumpConfigurationAndControlClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Thermostat Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfThermostatClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fan Control Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFanControlClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Thermostat User Interface Configuration Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfThermostatUserInterfaceConfigurationClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Color Control Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfColorControlClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ballast Configuration Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBallastConfigurationClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Illuminance Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfIlluminanceMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Temperature Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTemperatureMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Pressure Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPressureMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Flow Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFlowMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Relative Humidity Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRelativeHumidityMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Occupancy Sensing Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOccupancySensingClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Carbon Monoxide Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfCarbonMonoxideConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Carbon Dioxide Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfCarbonDioxideConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ethylene Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfEthyleneConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ethylene Oxide Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfEthyleneOxideConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Hydrogen Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfHydrogenConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Hydrogen Sulfide Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfHydrogenSulfideConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Nitric Oxide Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfNitricOxideConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Nitrogen Dioxide Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfNitrogenDioxideConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Oxygen Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOxygenConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ozone Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOzoneConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Sulfur Dioxide Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSulfurDioxideConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Dissolved Oxygen Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfDissolvedOxygenConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bromate Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBromateConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chloramines Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfChloraminesConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chlorine Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfChlorineConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fecal coliform & E. Coli Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFecalColiformEColiConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fluoride Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFluorideConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Haloacetic Acids Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfHaloaceticAcidsConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Total Trihalomethanes Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTotalTrihalomethanesConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Total Coliform Bacteria Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTotalColiformBacteriaConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Turbidity Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTurbidityConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Copper Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfCopperConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Lead Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfLeadConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Manganese Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfManganeseConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Sulfate Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSulfateConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bromodichloromethane Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBromodichloromethaneConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bromoform Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBromoformConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chlorodibromomethane Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfChlorodibromomethaneConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chloroform Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfChloroformConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Sodium Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSodiumConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief PM2.5 Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPm25ConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Formaldehyde Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFormaldehydeConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief PM1 Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPm1ConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief PM10 Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPm10ConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Total Volatile Organic Compounds Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTotalVolatileOrganicCompoundsConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Radon Concentration Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRadonConcentrationMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Wake on LAN Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfWakeOnLanClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Channel Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfChannelClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Target Navigator Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTargetNavigatorClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Media Playback Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfMediaPlaybackClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Media Input Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfMediaInputClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Low Power Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfLowPowerClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Keypad Input Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfKeypadInputClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Content Launcher Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfContentLauncherClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Audio Output Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfAudioOutputClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Application Launcher Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfApplicationLauncherClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Application Basic Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfApplicationBasicClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Account Login Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfAccountLoginClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Electrical Measurement Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfElectricalMeasurementClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Unit Testing Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfUnitTestingClusterInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fault Injection Cluster Init |
| * |
| * Cluster Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFaultInjectionClusterInitCallback(chip::EndpointId endpoint); |
| |
| // Cluster Server/Client Init Functions |
| |
| // |
| // Identify Cluster |
| // |
| |
| /** @brief Identify Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfIdentifyClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Identify Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterIdentifyClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Identify Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfIdentifyClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Identify Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterIdentifyClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Identify Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterIdentifyClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Identify Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterIdentifyClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Identify Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfIdentifyClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Identify Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfIdentifyClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Groups Cluster |
| // |
| |
| /** @brief Groups Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfGroupsClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Groups Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterGroupsClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Groups Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfGroupsClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Groups Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterGroupsClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Groups Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterGroupsClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Groups Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterGroupsClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Groups Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfGroupsClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Groups Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfGroupsClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Scenes Cluster |
| // |
| |
| /** @brief Scenes Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfScenesClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Scenes Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterScenesClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Scenes Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfScenesClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Scenes Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterScenesClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Scenes Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterScenesClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Scenes Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterScenesClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Scenes Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfScenesClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Scenes Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfScenesClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // On/Off Cluster |
| // |
| |
| /** @brief On/Off Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOnOffClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief On/Off Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterOnOffClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief On/Off Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOnOffClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief On/Off Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterOnOffClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief On/Off Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterOnOffClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief On/Off Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterOnOffClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief On/Off Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOnOffClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief On/Off Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOnOffClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // On/off Switch Configuration Cluster |
| // |
| |
| /** @brief On/off Switch Configuration Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOnOffSwitchConfigurationClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief On/off Switch Configuration Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterOnOffSwitchConfigurationClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief On/off Switch Configuration Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOnOffSwitchConfigurationClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief On/off Switch Configuration Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterOnOffSwitchConfigurationClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief On/off Switch Configuration Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterOnOffSwitchConfigurationClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief On/off Switch Configuration Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterOnOffSwitchConfigurationClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief On/off Switch Configuration Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOnOffSwitchConfigurationClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief On/off Switch Configuration Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOnOffSwitchConfigurationClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Level Control Cluster |
| // |
| |
| /** @brief Level Control Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfLevelControlClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Level Control Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterLevelControlClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Level Control Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfLevelControlClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Level Control Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterLevelControlClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Level Control Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterLevelControlClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Level Control Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterLevelControlClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Level Control Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfLevelControlClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Level Control Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfLevelControlClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Binary Input (Basic) Cluster |
| // |
| |
| /** @brief Binary Input (Basic) Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBinaryInputBasicClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Binary Input (Basic) Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterBinaryInputBasicClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Binary Input (Basic) Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBinaryInputBasicClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Binary Input (Basic) Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterBinaryInputBasicClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Binary Input (Basic) Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterBinaryInputBasicClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Binary Input (Basic) Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterBinaryInputBasicClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Binary Input (Basic) Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBinaryInputBasicClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Binary Input (Basic) Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBinaryInputBasicClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Pulse Width Modulation Cluster |
| // |
| |
| /** @brief Pulse Width Modulation Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPulseWidthModulationClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Pulse Width Modulation Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterPulseWidthModulationClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Pulse Width Modulation Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPulseWidthModulationClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Pulse Width Modulation Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterPulseWidthModulationClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Pulse Width Modulation Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterPulseWidthModulationClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Pulse Width Modulation Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterPulseWidthModulationClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Pulse Width Modulation Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPulseWidthModulationClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Pulse Width Modulation Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPulseWidthModulationClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Descriptor Cluster |
| // |
| |
| /** @brief Descriptor Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfDescriptorClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Descriptor Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterDescriptorClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Descriptor Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfDescriptorClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Descriptor Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterDescriptorClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Descriptor Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterDescriptorClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Descriptor Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterDescriptorClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Descriptor Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfDescriptorClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Descriptor Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfDescriptorClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Binding Cluster |
| // |
| |
| /** @brief Binding Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBindingClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Binding Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterBindingClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Binding Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBindingClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Binding Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterBindingClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Binding Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterBindingClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Binding Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterBindingClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Binding Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBindingClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Binding Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBindingClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Access Control Cluster |
| // |
| |
| /** @brief Access Control Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfAccessControlClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Access Control Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterAccessControlClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Access Control Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfAccessControlClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Access Control Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterAccessControlClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Access Control Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterAccessControlClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Access Control Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterAccessControlClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Access Control Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfAccessControlClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Access Control Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfAccessControlClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Actions Cluster |
| // |
| |
| /** @brief Actions Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfActionsClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Actions Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterActionsClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Actions Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfActionsClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Actions Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterActionsClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Actions Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterActionsClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Actions Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterActionsClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Actions Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfActionsClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Actions Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfActionsClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Basic Information Cluster |
| // |
| |
| /** @brief Basic Information Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBasicInformationClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Basic Information Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterBasicInformationClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Basic Information Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBasicInformationClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Basic Information Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterBasicInformationClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Basic Information Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterBasicInformationClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Basic Information Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterBasicInformationClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Basic Information Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBasicInformationClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Basic Information Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBasicInformationClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // OTA Software Update Provider Cluster |
| // |
| |
| /** @brief OTA Software Update Provider Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOtaSoftwareUpdateProviderClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief OTA Software Update Provider Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterOtaSoftwareUpdateProviderClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief OTA Software Update Provider Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOtaSoftwareUpdateProviderClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief OTA Software Update Provider Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterOtaSoftwareUpdateProviderClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief OTA Software Update Provider Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterOtaSoftwareUpdateProviderClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief OTA Software Update Provider Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterOtaSoftwareUpdateProviderClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief OTA Software Update Provider Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOtaSoftwareUpdateProviderClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief OTA Software Update Provider Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOtaSoftwareUpdateProviderClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // OTA Software Update Requestor Cluster |
| // |
| |
| /** @brief OTA Software Update Requestor Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOtaSoftwareUpdateRequestorClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief OTA Software Update Requestor Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterOtaSoftwareUpdateRequestorClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief OTA Software Update Requestor Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOtaSoftwareUpdateRequestorClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief OTA Software Update Requestor Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterOtaSoftwareUpdateRequestorClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief OTA Software Update Requestor Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterOtaSoftwareUpdateRequestorClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief OTA Software Update Requestor Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterOtaSoftwareUpdateRequestorClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief OTA Software Update Requestor Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOtaSoftwareUpdateRequestorClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief OTA Software Update Requestor Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOtaSoftwareUpdateRequestorClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Localization Configuration Cluster |
| // |
| |
| /** @brief Localization Configuration Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfLocalizationConfigurationClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Localization Configuration Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterLocalizationConfigurationClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Localization Configuration Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfLocalizationConfigurationClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Localization Configuration Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterLocalizationConfigurationClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Localization Configuration Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterLocalizationConfigurationClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Localization Configuration Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterLocalizationConfigurationClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Localization Configuration Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfLocalizationConfigurationClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Localization Configuration Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfLocalizationConfigurationClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Time Format Localization Cluster |
| // |
| |
| /** @brief Time Format Localization Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTimeFormatLocalizationClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Time Format Localization Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterTimeFormatLocalizationClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Time Format Localization Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTimeFormatLocalizationClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Time Format Localization Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterTimeFormatLocalizationClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Time Format Localization Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterTimeFormatLocalizationClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Time Format Localization Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterTimeFormatLocalizationClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Time Format Localization Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTimeFormatLocalizationClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Time Format Localization Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTimeFormatLocalizationClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Unit Localization Cluster |
| // |
| |
| /** @brief Unit Localization Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfUnitLocalizationClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Unit Localization Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterUnitLocalizationClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Unit Localization Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfUnitLocalizationClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Unit Localization Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterUnitLocalizationClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Unit Localization Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterUnitLocalizationClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Unit Localization Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterUnitLocalizationClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Unit Localization Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfUnitLocalizationClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Unit Localization Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfUnitLocalizationClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Power Source Configuration Cluster |
| // |
| |
| /** @brief Power Source Configuration Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPowerSourceConfigurationClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Power Source Configuration Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterPowerSourceConfigurationClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Power Source Configuration Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPowerSourceConfigurationClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Power Source Configuration Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterPowerSourceConfigurationClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Power Source Configuration Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterPowerSourceConfigurationClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Power Source Configuration Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterPowerSourceConfigurationClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Power Source Configuration Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPowerSourceConfigurationClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Power Source Configuration Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPowerSourceConfigurationClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Power Source Cluster |
| // |
| |
| /** @brief Power Source Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPowerSourceClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Power Source Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterPowerSourceClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Power Source Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPowerSourceClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Power Source Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterPowerSourceClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Power Source Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterPowerSourceClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Power Source Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterPowerSourceClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Power Source Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPowerSourceClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Power Source Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPowerSourceClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // General Commissioning Cluster |
| // |
| |
| /** @brief General Commissioning Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfGeneralCommissioningClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief General Commissioning Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterGeneralCommissioningClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief General Commissioning Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfGeneralCommissioningClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief General Commissioning Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterGeneralCommissioningClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief General Commissioning Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterGeneralCommissioningClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief General Commissioning Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterGeneralCommissioningClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief General Commissioning Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfGeneralCommissioningClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief General Commissioning Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfGeneralCommissioningClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Network Commissioning Cluster |
| // |
| |
| /** @brief Network Commissioning Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfNetworkCommissioningClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Network Commissioning Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterNetworkCommissioningClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Network Commissioning Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfNetworkCommissioningClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Network Commissioning Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterNetworkCommissioningClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Network Commissioning Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterNetworkCommissioningClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Network Commissioning Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterNetworkCommissioningClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Network Commissioning Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfNetworkCommissioningClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Network Commissioning Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfNetworkCommissioningClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Diagnostic Logs Cluster |
| // |
| |
| /** @brief Diagnostic Logs Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfDiagnosticLogsClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Diagnostic Logs Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterDiagnosticLogsClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Diagnostic Logs Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfDiagnosticLogsClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Diagnostic Logs Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterDiagnosticLogsClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Diagnostic Logs Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterDiagnosticLogsClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Diagnostic Logs Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterDiagnosticLogsClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Diagnostic Logs Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfDiagnosticLogsClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Diagnostic Logs Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfDiagnosticLogsClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // General Diagnostics Cluster |
| // |
| |
| /** @brief General Diagnostics Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfGeneralDiagnosticsClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief General Diagnostics Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterGeneralDiagnosticsClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief General Diagnostics Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfGeneralDiagnosticsClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief General Diagnostics Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterGeneralDiagnosticsClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief General Diagnostics Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterGeneralDiagnosticsClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief General Diagnostics Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterGeneralDiagnosticsClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief General Diagnostics Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfGeneralDiagnosticsClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief General Diagnostics Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfGeneralDiagnosticsClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Software Diagnostics Cluster |
| // |
| |
| /** @brief Software Diagnostics Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSoftwareDiagnosticsClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Software Diagnostics Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterSoftwareDiagnosticsClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Software Diagnostics Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSoftwareDiagnosticsClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Software Diagnostics Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterSoftwareDiagnosticsClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Software Diagnostics Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterSoftwareDiagnosticsClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Software Diagnostics Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterSoftwareDiagnosticsClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Software Diagnostics Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfSoftwareDiagnosticsClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Software Diagnostics Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfSoftwareDiagnosticsClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Thread Network Diagnostics Cluster |
| // |
| |
| /** @brief Thread Network Diagnostics Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfThreadNetworkDiagnosticsClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Thread Network Diagnostics Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterThreadNetworkDiagnosticsClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Thread Network Diagnostics Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfThreadNetworkDiagnosticsClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Thread Network Diagnostics Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterThreadNetworkDiagnosticsClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Thread Network Diagnostics Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterThreadNetworkDiagnosticsClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Thread Network Diagnostics Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterThreadNetworkDiagnosticsClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Thread Network Diagnostics Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfThreadNetworkDiagnosticsClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Thread Network Diagnostics Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfThreadNetworkDiagnosticsClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // WiFi Network Diagnostics Cluster |
| // |
| |
| /** @brief WiFi Network Diagnostics Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfWiFiNetworkDiagnosticsClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief WiFi Network Diagnostics Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterWiFiNetworkDiagnosticsClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief WiFi Network Diagnostics Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfWiFiNetworkDiagnosticsClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief WiFi Network Diagnostics Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterWiFiNetworkDiagnosticsClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief WiFi Network Diagnostics Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterWiFiNetworkDiagnosticsClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief WiFi Network Diagnostics Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterWiFiNetworkDiagnosticsClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief WiFi Network Diagnostics Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfWiFiNetworkDiagnosticsClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief WiFi Network Diagnostics Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfWiFiNetworkDiagnosticsClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Ethernet Network Diagnostics Cluster |
| // |
| |
| /** @brief Ethernet Network Diagnostics Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfEthernetNetworkDiagnosticsClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ethernet Network Diagnostics Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterEthernetNetworkDiagnosticsClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ethernet Network Diagnostics Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfEthernetNetworkDiagnosticsClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ethernet Network Diagnostics Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterEthernetNetworkDiagnosticsClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Ethernet Network Diagnostics Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterEthernetNetworkDiagnosticsClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ethernet Network Diagnostics Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterEthernetNetworkDiagnosticsClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ethernet Network Diagnostics Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfEthernetNetworkDiagnosticsClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ethernet Network Diagnostics Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfEthernetNetworkDiagnosticsClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Time Synchronization Cluster |
| // |
| |
| /** @brief Time Synchronization Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTimeSynchronizationClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Time Synchronization Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterTimeSynchronizationClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Time Synchronization Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTimeSynchronizationClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Time Synchronization Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterTimeSynchronizationClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Time Synchronization Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterTimeSynchronizationClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Time Synchronization Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterTimeSynchronizationClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Time Synchronization Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTimeSynchronizationClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Time Synchronization Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTimeSynchronizationClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Bridged Device Basic Information Cluster |
| // |
| |
| /** @brief Bridged Device Basic Information Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBridgedDeviceBasicInformationClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bridged Device Basic Information Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterBridgedDeviceBasicInformationClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bridged Device Basic Information Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBridgedDeviceBasicInformationClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bridged Device Basic Information Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterBridgedDeviceBasicInformationClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Bridged Device Basic Information Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterBridgedDeviceBasicInformationClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Bridged Device Basic Information Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterBridgedDeviceBasicInformationClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Bridged Device Basic Information Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBridgedDeviceBasicInformationClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bridged Device Basic Information Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBridgedDeviceBasicInformationClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Switch Cluster |
| // |
| |
| /** @brief Switch Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSwitchClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Switch Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterSwitchClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Switch Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSwitchClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Switch Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterSwitchClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Switch Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterSwitchClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Switch Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterSwitchClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Switch Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfSwitchClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Switch Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfSwitchClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Administrator Commissioning Cluster |
| // |
| |
| /** @brief Administrator Commissioning Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfAdministratorCommissioningClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Administrator Commissioning Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterAdministratorCommissioningClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Administrator Commissioning Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfAdministratorCommissioningClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Administrator Commissioning Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterAdministratorCommissioningClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Administrator Commissioning Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterAdministratorCommissioningClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Administrator Commissioning Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterAdministratorCommissioningClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Administrator Commissioning Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfAdministratorCommissioningClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Administrator Commissioning Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfAdministratorCommissioningClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Operational Credentials Cluster |
| // |
| |
| /** @brief Operational Credentials Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOperationalCredentialsClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Operational Credentials Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterOperationalCredentialsClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Operational Credentials Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOperationalCredentialsClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Operational Credentials Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterOperationalCredentialsClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Operational Credentials Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterOperationalCredentialsClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Operational Credentials Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterOperationalCredentialsClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Operational Credentials Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOperationalCredentialsClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Operational Credentials Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOperationalCredentialsClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Group Key Management Cluster |
| // |
| |
| /** @brief Group Key Management Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfGroupKeyManagementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Group Key Management Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterGroupKeyManagementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Group Key Management Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfGroupKeyManagementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Group Key Management Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterGroupKeyManagementClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Group Key Management Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterGroupKeyManagementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Group Key Management Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterGroupKeyManagementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Group Key Management Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfGroupKeyManagementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Group Key Management Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfGroupKeyManagementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Fixed Label Cluster |
| // |
| |
| /** @brief Fixed Label Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFixedLabelClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fixed Label Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterFixedLabelClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fixed Label Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFixedLabelClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fixed Label Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterFixedLabelClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Fixed Label Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterFixedLabelClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Fixed Label Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterFixedLabelClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Fixed Label Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFixedLabelClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fixed Label Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFixedLabelClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // User Label Cluster |
| // |
| |
| /** @brief User Label Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfUserLabelClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief User Label Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterUserLabelClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief User Label Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfUserLabelClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief User Label Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterUserLabelClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief User Label Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterUserLabelClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief User Label Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterUserLabelClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief User Label Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfUserLabelClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief User Label Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfUserLabelClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Proxy Configuration Cluster |
| // |
| |
| /** @brief Proxy Configuration Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfProxyConfigurationClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Proxy Configuration Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterProxyConfigurationClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Proxy Configuration Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfProxyConfigurationClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Proxy Configuration Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterProxyConfigurationClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Proxy Configuration Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterProxyConfigurationClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Proxy Configuration Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterProxyConfigurationClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Proxy Configuration Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfProxyConfigurationClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Proxy Configuration Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfProxyConfigurationClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Proxy Discovery Cluster |
| // |
| |
| /** @brief Proxy Discovery Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfProxyDiscoveryClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Proxy Discovery Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterProxyDiscoveryClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Proxy Discovery Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfProxyDiscoveryClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Proxy Discovery Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterProxyDiscoveryClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Proxy Discovery Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterProxyDiscoveryClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Proxy Discovery Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterProxyDiscoveryClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Proxy Discovery Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfProxyDiscoveryClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Proxy Discovery Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfProxyDiscoveryClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Proxy Valid Cluster |
| // |
| |
| /** @brief Proxy Valid Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfProxyValidClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Proxy Valid Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterProxyValidClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Proxy Valid Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfProxyValidClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Proxy Valid Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterProxyValidClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Proxy Valid Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterProxyValidClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Proxy Valid Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterProxyValidClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Proxy Valid Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfProxyValidClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Proxy Valid Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfProxyValidClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Boolean State Cluster |
| // |
| |
| /** @brief Boolean State Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBooleanStateClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Boolean State Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterBooleanStateClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Boolean State Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBooleanStateClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Boolean State Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterBooleanStateClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Boolean State Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterBooleanStateClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Boolean State Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterBooleanStateClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Boolean State Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBooleanStateClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Boolean State Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBooleanStateClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // ICD Management Cluster |
| // |
| |
| /** @brief ICD Management Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfIcdManagementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief ICD Management Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterIcdManagementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief ICD Management Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfIcdManagementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief ICD Management Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterIcdManagementClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief ICD Management Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterIcdManagementClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief ICD Management Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterIcdManagementClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief ICD Management Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfIcdManagementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief ICD Management Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfIcdManagementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Mode Select Cluster |
| // |
| |
| /** @brief Mode Select Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfModeSelectClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Mode Select Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterModeSelectClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Mode Select Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfModeSelectClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Mode Select Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterModeSelectClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Mode Select Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterModeSelectClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Mode Select Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterModeSelectClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Mode Select Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfModeSelectClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Mode Select Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfModeSelectClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Laundry Washer Mode Select Cluster |
| // |
| |
| /** @brief Laundry Washer Mode Select Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfLaundryWasherModeSelectClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Laundry Washer Mode Select Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterLaundryWasherModeSelectClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Laundry Washer Mode Select Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfLaundryWasherModeSelectClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Laundry Washer Mode Select Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterLaundryWasherModeSelectClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Laundry Washer Mode Select Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterLaundryWasherModeSelectClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Laundry Washer Mode Select Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterLaundryWasherModeSelectClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Laundry Washer Mode Select Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfLaundryWasherModeSelectClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Laundry Washer Mode Select Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfLaundryWasherModeSelectClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Refrigerator And Temperature Controlled Cabinet Mode Select Cluster |
| // |
| |
| /** @brief Refrigerator And Temperature Controlled Cabinet Mode Select Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRefrigeratorAndTemperatureControlledCabinetModeSelectClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Refrigerator And Temperature Controlled Cabinet Mode Select Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterRefrigeratorAndTemperatureControlledCabinetModeSelectClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Refrigerator And Temperature Controlled Cabinet Mode Select Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRefrigeratorAndTemperatureControlledCabinetModeSelectClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Refrigerator And Temperature Controlled Cabinet Mode Select Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterRefrigeratorAndTemperatureControlledCabinetModeSelectClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Refrigerator And Temperature Controlled Cabinet Mode Select Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterRefrigeratorAndTemperatureControlledCabinetModeSelectClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Refrigerator And Temperature Controlled Cabinet Mode Select Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterRefrigeratorAndTemperatureControlledCabinetModeSelectClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Refrigerator And Temperature Controlled Cabinet Mode Select Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfRefrigeratorAndTemperatureControlledCabinetModeSelectClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Refrigerator And Temperature Controlled Cabinet Mode Select Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfRefrigeratorAndTemperatureControlledCabinetModeSelectClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Washer Controls Cluster |
| // |
| |
| /** @brief Washer Controls Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfWasherControlsClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Washer Controls Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterWasherControlsClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Washer Controls Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfWasherControlsClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Washer Controls Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterWasherControlsClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Washer Controls Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterWasherControlsClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Washer Controls Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterWasherControlsClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Washer Controls Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfWasherControlsClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Washer Controls Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfWasherControlsClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // RVC Run Mode Select Cluster |
| // |
| |
| /** @brief RVC Run Mode Select Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRvcRunModeSelectClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief RVC Run Mode Select Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterRvcRunModeSelectClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief RVC Run Mode Select Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRvcRunModeSelectClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief RVC Run Mode Select Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterRvcRunModeSelectClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief RVC Run Mode Select Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterRvcRunModeSelectClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief RVC Run Mode Select Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterRvcRunModeSelectClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief RVC Run Mode Select Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfRvcRunModeSelectClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief RVC Run Mode Select Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfRvcRunModeSelectClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // RVC Clean Mode Select Cluster |
| // |
| |
| /** @brief RVC Clean Mode Select Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRvcCleanModeSelectClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief RVC Clean Mode Select Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterRvcCleanModeSelectClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief RVC Clean Mode Select Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRvcCleanModeSelectClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief RVC Clean Mode Select Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterRvcCleanModeSelectClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief RVC Clean Mode Select Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterRvcCleanModeSelectClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief RVC Clean Mode Select Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterRvcCleanModeSelectClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief RVC Clean Mode Select Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfRvcCleanModeSelectClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief RVC Clean Mode Select Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfRvcCleanModeSelectClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Temperature Control Cluster |
| // |
| |
| /** @brief Temperature Control Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTemperatureControlClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Temperature Control Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterTemperatureControlClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Temperature Control Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTemperatureControlClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Temperature Control Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterTemperatureControlClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Temperature Control Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterTemperatureControlClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Temperature Control Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterTemperatureControlClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Temperature Control Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTemperatureControlClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Temperature Control Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTemperatureControlClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Refrigerator Alarm Cluster |
| // |
| |
| /** @brief Refrigerator Alarm Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRefrigeratorAlarmClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Refrigerator Alarm Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterRefrigeratorAlarmClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Refrigerator Alarm Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRefrigeratorAlarmClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Refrigerator Alarm Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterRefrigeratorAlarmClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Refrigerator Alarm Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterRefrigeratorAlarmClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Refrigerator Alarm Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterRefrigeratorAlarmClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Refrigerator Alarm Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfRefrigeratorAlarmClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Refrigerator Alarm Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfRefrigeratorAlarmClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Dishwasher Mode Select Cluster |
| // |
| |
| /** @brief Dishwasher Mode Select Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfDishwasherModeSelectClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Dishwasher Mode Select Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterDishwasherModeSelectClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Dishwasher Mode Select Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfDishwasherModeSelectClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Dishwasher Mode Select Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterDishwasherModeSelectClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Dishwasher Mode Select Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterDishwasherModeSelectClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Dishwasher Mode Select Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterDishwasherModeSelectClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Dishwasher Mode Select Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfDishwasherModeSelectClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Dishwasher Mode Select Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfDishwasherModeSelectClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Air Quality Cluster |
| // |
| |
| /** @brief Air Quality Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfAirQualityClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Air Quality Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterAirQualityClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Air Quality Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfAirQualityClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Air Quality Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterAirQualityClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Air Quality Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterAirQualityClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Air Quality Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterAirQualityClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Air Quality Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfAirQualityClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Air Quality Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfAirQualityClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Smoke CO Alarm Cluster |
| // |
| |
| /** @brief Smoke CO Alarm Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSmokeCoAlarmClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Smoke CO Alarm Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterSmokeCoAlarmClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Smoke CO Alarm Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSmokeCoAlarmClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Smoke CO Alarm Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterSmokeCoAlarmClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Smoke CO Alarm Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterSmokeCoAlarmClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Smoke CO Alarm Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterSmokeCoAlarmClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Smoke CO Alarm Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfSmokeCoAlarmClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Smoke CO Alarm Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfSmokeCoAlarmClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Operational State Cluster |
| // |
| |
| /** @brief Operational State Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOperationalStateClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Operational State Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterOperationalStateClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Operational State Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOperationalStateClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Operational State Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterOperationalStateClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Operational State Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterOperationalStateClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Operational State Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterOperationalStateClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Operational State Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOperationalStateClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Operational State Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOperationalStateClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // HEPA Filter Monitoring Cluster |
| // |
| |
| /** @brief HEPA Filter Monitoring Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfHepaFilterMonitoringClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief HEPA Filter Monitoring Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterHepaFilterMonitoringClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief HEPA Filter Monitoring Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfHepaFilterMonitoringClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief HEPA Filter Monitoring Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterHepaFilterMonitoringClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief HEPA Filter Monitoring Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterHepaFilterMonitoringClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief HEPA Filter Monitoring Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterHepaFilterMonitoringClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief HEPA Filter Monitoring Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfHepaFilterMonitoringClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief HEPA Filter Monitoring Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfHepaFilterMonitoringClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Activated Carbon Filter Monitoring Cluster |
| // |
| |
| /** @brief Activated Carbon Filter Monitoring Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfActivatedCarbonFilterMonitoringClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Activated Carbon Filter Monitoring Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterActivatedCarbonFilterMonitoringClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Activated Carbon Filter Monitoring Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfActivatedCarbonFilterMonitoringClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Activated Carbon Filter Monitoring Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterActivatedCarbonFilterMonitoringClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Activated Carbon Filter Monitoring Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterActivatedCarbonFilterMonitoringClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Activated Carbon Filter Monitoring Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterActivatedCarbonFilterMonitoringClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Activated Carbon Filter Monitoring Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfActivatedCarbonFilterMonitoringClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Activated Carbon Filter Monitoring Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfActivatedCarbonFilterMonitoringClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Ceramic Filter Monitoring Cluster |
| // |
| |
| /** @brief Ceramic Filter Monitoring Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfCeramicFilterMonitoringClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ceramic Filter Monitoring Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterCeramicFilterMonitoringClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ceramic Filter Monitoring Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfCeramicFilterMonitoringClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ceramic Filter Monitoring Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterCeramicFilterMonitoringClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Ceramic Filter Monitoring Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterCeramicFilterMonitoringClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ceramic Filter Monitoring Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterCeramicFilterMonitoringClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ceramic Filter Monitoring Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfCeramicFilterMonitoringClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ceramic Filter Monitoring Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfCeramicFilterMonitoringClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Electrostatic Filter Monitoring Cluster |
| // |
| |
| /** @brief Electrostatic Filter Monitoring Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfElectrostaticFilterMonitoringClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Electrostatic Filter Monitoring Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterElectrostaticFilterMonitoringClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Electrostatic Filter Monitoring Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfElectrostaticFilterMonitoringClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Electrostatic Filter Monitoring Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterElectrostaticFilterMonitoringClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Electrostatic Filter Monitoring Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterElectrostaticFilterMonitoringClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Electrostatic Filter Monitoring Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterElectrostaticFilterMonitoringClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Electrostatic Filter Monitoring Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfElectrostaticFilterMonitoringClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Electrostatic Filter Monitoring Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfElectrostaticFilterMonitoringClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // UV Filter Monitoring Cluster |
| // |
| |
| /** @brief UV Filter Monitoring Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfUvFilterMonitoringClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief UV Filter Monitoring Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterUvFilterMonitoringClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief UV Filter Monitoring Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfUvFilterMonitoringClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief UV Filter Monitoring Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterUvFilterMonitoringClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief UV Filter Monitoring Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterUvFilterMonitoringClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief UV Filter Monitoring Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterUvFilterMonitoringClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief UV Filter Monitoring Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfUvFilterMonitoringClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief UV Filter Monitoring Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfUvFilterMonitoringClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Ionizing Filter Monitoring Cluster |
| // |
| |
| /** @brief Ionizing Filter Monitoring Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfIonizingFilterMonitoringClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ionizing Filter Monitoring Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterIonizingFilterMonitoringClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ionizing Filter Monitoring Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfIonizingFilterMonitoringClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ionizing Filter Monitoring Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterIonizingFilterMonitoringClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Ionizing Filter Monitoring Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterIonizingFilterMonitoringClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ionizing Filter Monitoring Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterIonizingFilterMonitoringClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ionizing Filter Monitoring Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfIonizingFilterMonitoringClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ionizing Filter Monitoring Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfIonizingFilterMonitoringClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Zeolite Filter Monitoring Cluster |
| // |
| |
| /** @brief Zeolite Filter Monitoring Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfZeoliteFilterMonitoringClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Zeolite Filter Monitoring Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterZeoliteFilterMonitoringClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Zeolite Filter Monitoring Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfZeoliteFilterMonitoringClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Zeolite Filter Monitoring Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterZeoliteFilterMonitoringClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Zeolite Filter Monitoring Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterZeoliteFilterMonitoringClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Zeolite Filter Monitoring Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterZeoliteFilterMonitoringClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Zeolite Filter Monitoring Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfZeoliteFilterMonitoringClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Zeolite Filter Monitoring Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfZeoliteFilterMonitoringClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Ozone Filter Monitoring Cluster |
| // |
| |
| /** @brief Ozone Filter Monitoring Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOzoneFilterMonitoringClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ozone Filter Monitoring Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterOzoneFilterMonitoringClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ozone Filter Monitoring Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOzoneFilterMonitoringClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ozone Filter Monitoring Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterOzoneFilterMonitoringClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Ozone Filter Monitoring Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterOzoneFilterMonitoringClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ozone Filter Monitoring Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterOzoneFilterMonitoringClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ozone Filter Monitoring Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOzoneFilterMonitoringClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ozone Filter Monitoring Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOzoneFilterMonitoringClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Water Tank Monitoring Cluster |
| // |
| |
| /** @brief Water Tank Monitoring Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfWaterTankMonitoringClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Water Tank Monitoring Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterWaterTankMonitoringClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Water Tank Monitoring Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfWaterTankMonitoringClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Water Tank Monitoring Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterWaterTankMonitoringClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Water Tank Monitoring Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterWaterTankMonitoringClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Water Tank Monitoring Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterWaterTankMonitoringClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Water Tank Monitoring Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfWaterTankMonitoringClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Water Tank Monitoring Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfWaterTankMonitoringClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Fuel Tank Monitoring Cluster |
| // |
| |
| /** @brief Fuel Tank Monitoring Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFuelTankMonitoringClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fuel Tank Monitoring Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterFuelTankMonitoringClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fuel Tank Monitoring Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFuelTankMonitoringClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fuel Tank Monitoring Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterFuelTankMonitoringClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Fuel Tank Monitoring Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterFuelTankMonitoringClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Fuel Tank Monitoring Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterFuelTankMonitoringClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Fuel Tank Monitoring Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFuelTankMonitoringClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fuel Tank Monitoring Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFuelTankMonitoringClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Ink Cartridge Monitoring Cluster |
| // |
| |
| /** @brief Ink Cartridge Monitoring Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfInkCartridgeMonitoringClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ink Cartridge Monitoring Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterInkCartridgeMonitoringClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ink Cartridge Monitoring Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfInkCartridgeMonitoringClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ink Cartridge Monitoring Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterInkCartridgeMonitoringClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Ink Cartridge Monitoring Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterInkCartridgeMonitoringClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ink Cartridge Monitoring Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterInkCartridgeMonitoringClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ink Cartridge Monitoring Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfInkCartridgeMonitoringClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ink Cartridge Monitoring Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfInkCartridgeMonitoringClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Toner Cartridge Monitoring Cluster |
| // |
| |
| /** @brief Toner Cartridge Monitoring Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTonerCartridgeMonitoringClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Toner Cartridge Monitoring Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterTonerCartridgeMonitoringClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Toner Cartridge Monitoring Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTonerCartridgeMonitoringClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Toner Cartridge Monitoring Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterTonerCartridgeMonitoringClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Toner Cartridge Monitoring Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterTonerCartridgeMonitoringClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Toner Cartridge Monitoring Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterTonerCartridgeMonitoringClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Toner Cartridge Monitoring Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTonerCartridgeMonitoringClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Toner Cartridge Monitoring Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTonerCartridgeMonitoringClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Door Lock Cluster |
| // |
| |
| /** @brief Door Lock Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfDoorLockClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Door Lock Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterDoorLockClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Door Lock Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfDoorLockClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Door Lock Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterDoorLockClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Door Lock Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterDoorLockClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Door Lock Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterDoorLockClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Door Lock Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfDoorLockClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Door Lock Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfDoorLockClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Window Covering Cluster |
| // |
| |
| /** @brief Window Covering Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfWindowCoveringClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Window Covering Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterWindowCoveringClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Window Covering Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfWindowCoveringClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Window Covering Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterWindowCoveringClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Window Covering Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterWindowCoveringClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Window Covering Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterWindowCoveringClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Window Covering Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfWindowCoveringClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Window Covering Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfWindowCoveringClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Barrier Control Cluster |
| // |
| |
| /** @brief Barrier Control Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBarrierControlClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Barrier Control Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterBarrierControlClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Barrier Control Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBarrierControlClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Barrier Control Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterBarrierControlClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Barrier Control Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterBarrierControlClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Barrier Control Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterBarrierControlClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Barrier Control Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBarrierControlClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Barrier Control Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBarrierControlClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Pump Configuration and Control Cluster |
| // |
| |
| /** @brief Pump Configuration and Control Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPumpConfigurationAndControlClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Pump Configuration and Control Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterPumpConfigurationAndControlClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Pump Configuration and Control Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPumpConfigurationAndControlClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Pump Configuration and Control Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterPumpConfigurationAndControlClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Pump Configuration and Control Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterPumpConfigurationAndControlClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Pump Configuration and Control Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterPumpConfigurationAndControlClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Pump Configuration and Control Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPumpConfigurationAndControlClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Pump Configuration and Control Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPumpConfigurationAndControlClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Thermostat Cluster |
| // |
| |
| /** @brief Thermostat Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfThermostatClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Thermostat Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterThermostatClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Thermostat Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfThermostatClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Thermostat Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterThermostatClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Thermostat Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterThermostatClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Thermostat Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterThermostatClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Thermostat Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfThermostatClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Thermostat Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfThermostatClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Fan Control Cluster |
| // |
| |
| /** @brief Fan Control Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFanControlClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fan Control Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterFanControlClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fan Control Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFanControlClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fan Control Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterFanControlClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Fan Control Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterFanControlClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Fan Control Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterFanControlClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Fan Control Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFanControlClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fan Control Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFanControlClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Thermostat User Interface Configuration Cluster |
| // |
| |
| /** @brief Thermostat User Interface Configuration Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfThermostatUserInterfaceConfigurationClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Thermostat User Interface Configuration Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterThermostatUserInterfaceConfigurationClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Thermostat User Interface Configuration Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfThermostatUserInterfaceConfigurationClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Thermostat User Interface Configuration Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterThermostatUserInterfaceConfigurationClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Thermostat User Interface Configuration Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterThermostatUserInterfaceConfigurationClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Thermostat User Interface Configuration Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterThermostatUserInterfaceConfigurationClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Thermostat User Interface Configuration Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfThermostatUserInterfaceConfigurationClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Thermostat User Interface Configuration Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfThermostatUserInterfaceConfigurationClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Color Control Cluster |
| // |
| |
| /** @brief Color Control Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfColorControlClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Color Control Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterColorControlClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Color Control Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfColorControlClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Color Control Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterColorControlClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Color Control Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterColorControlClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Color Control Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterColorControlClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Color Control Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfColorControlClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Color Control Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfColorControlClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Ballast Configuration Cluster |
| // |
| |
| /** @brief Ballast Configuration Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBallastConfigurationClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ballast Configuration Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterBallastConfigurationClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ballast Configuration Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBallastConfigurationClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ballast Configuration Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterBallastConfigurationClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Ballast Configuration Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterBallastConfigurationClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ballast Configuration Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterBallastConfigurationClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ballast Configuration Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBallastConfigurationClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ballast Configuration Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBallastConfigurationClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Illuminance Measurement Cluster |
| // |
| |
| /** @brief Illuminance Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfIlluminanceMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Illuminance Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterIlluminanceMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Illuminance Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfIlluminanceMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Illuminance Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterIlluminanceMeasurementClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Illuminance Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterIlluminanceMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Illuminance Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterIlluminanceMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Illuminance Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfIlluminanceMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Illuminance Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfIlluminanceMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Temperature Measurement Cluster |
| // |
| |
| /** @brief Temperature Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTemperatureMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Temperature Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterTemperatureMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Temperature Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTemperatureMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Temperature Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterTemperatureMeasurementClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Temperature Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterTemperatureMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Temperature Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterTemperatureMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Temperature Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTemperatureMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Temperature Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTemperatureMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Pressure Measurement Cluster |
| // |
| |
| /** @brief Pressure Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPressureMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Pressure Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterPressureMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Pressure Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPressureMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Pressure Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterPressureMeasurementClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Pressure Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterPressureMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Pressure Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterPressureMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Pressure Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPressureMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Pressure Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPressureMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Flow Measurement Cluster |
| // |
| |
| /** @brief Flow Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFlowMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Flow Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterFlowMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Flow Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFlowMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Flow Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterFlowMeasurementClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Flow Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterFlowMeasurementClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Flow Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterFlowMeasurementClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Flow Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFlowMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Flow Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFlowMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Relative Humidity Measurement Cluster |
| // |
| |
| /** @brief Relative Humidity Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRelativeHumidityMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Relative Humidity Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterRelativeHumidityMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Relative Humidity Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRelativeHumidityMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Relative Humidity Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterRelativeHumidityMeasurementClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Relative Humidity Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterRelativeHumidityMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Relative Humidity Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterRelativeHumidityMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Relative Humidity Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfRelativeHumidityMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Relative Humidity Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfRelativeHumidityMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Occupancy Sensing Cluster |
| // |
| |
| /** @brief Occupancy Sensing Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOccupancySensingClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Occupancy Sensing Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterOccupancySensingClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Occupancy Sensing Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOccupancySensingClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Occupancy Sensing Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterOccupancySensingClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Occupancy Sensing Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterOccupancySensingClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Occupancy Sensing Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterOccupancySensingClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Occupancy Sensing Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOccupancySensingClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Occupancy Sensing Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOccupancySensingClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Carbon Monoxide Concentration Measurement Cluster |
| // |
| |
| /** @brief Carbon Monoxide Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfCarbonMonoxideConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Carbon Monoxide Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterCarbonMonoxideConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Carbon Monoxide Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfCarbonMonoxideConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Carbon Monoxide Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterCarbonMonoxideConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Carbon Monoxide Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterCarbonMonoxideConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Carbon Monoxide Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterCarbonMonoxideConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Carbon Monoxide Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfCarbonMonoxideConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Carbon Monoxide Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfCarbonMonoxideConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Carbon Dioxide Concentration Measurement Cluster |
| // |
| |
| /** @brief Carbon Dioxide Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfCarbonDioxideConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Carbon Dioxide Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterCarbonDioxideConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Carbon Dioxide Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfCarbonDioxideConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Carbon Dioxide Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterCarbonDioxideConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Carbon Dioxide Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterCarbonDioxideConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Carbon Dioxide Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterCarbonDioxideConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Carbon Dioxide Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfCarbonDioxideConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Carbon Dioxide Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfCarbonDioxideConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Ethylene Concentration Measurement Cluster |
| // |
| |
| /** @brief Ethylene Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfEthyleneConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ethylene Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterEthyleneConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ethylene Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfEthyleneConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ethylene Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterEthyleneConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Ethylene Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterEthyleneConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ethylene Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterEthyleneConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ethylene Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfEthyleneConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ethylene Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfEthyleneConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Ethylene Oxide Concentration Measurement Cluster |
| // |
| |
| /** @brief Ethylene Oxide Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfEthyleneOxideConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ethylene Oxide Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterEthyleneOxideConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ethylene Oxide Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfEthyleneOxideConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ethylene Oxide Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterEthyleneOxideConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Ethylene Oxide Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterEthyleneOxideConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ethylene Oxide Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterEthyleneOxideConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ethylene Oxide Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfEthyleneOxideConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ethylene Oxide Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfEthyleneOxideConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Hydrogen Concentration Measurement Cluster |
| // |
| |
| /** @brief Hydrogen Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfHydrogenConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Hydrogen Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterHydrogenConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Hydrogen Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfHydrogenConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Hydrogen Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterHydrogenConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Hydrogen Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterHydrogenConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Hydrogen Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterHydrogenConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Hydrogen Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfHydrogenConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Hydrogen Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfHydrogenConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Hydrogen Sulfide Concentration Measurement Cluster |
| // |
| |
| /** @brief Hydrogen Sulfide Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfHydrogenSulfideConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Hydrogen Sulfide Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterHydrogenSulfideConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Hydrogen Sulfide Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfHydrogenSulfideConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Hydrogen Sulfide Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterHydrogenSulfideConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Hydrogen Sulfide Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterHydrogenSulfideConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Hydrogen Sulfide Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterHydrogenSulfideConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Hydrogen Sulfide Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfHydrogenSulfideConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Hydrogen Sulfide Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfHydrogenSulfideConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Nitric Oxide Concentration Measurement Cluster |
| // |
| |
| /** @brief Nitric Oxide Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfNitricOxideConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Nitric Oxide Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterNitricOxideConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Nitric Oxide Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfNitricOxideConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Nitric Oxide Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterNitricOxideConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Nitric Oxide Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterNitricOxideConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Nitric Oxide Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterNitricOxideConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Nitric Oxide Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfNitricOxideConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Nitric Oxide Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfNitricOxideConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Nitrogen Dioxide Concentration Measurement Cluster |
| // |
| |
| /** @brief Nitrogen Dioxide Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfNitrogenDioxideConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Nitrogen Dioxide Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterNitrogenDioxideConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Nitrogen Dioxide Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfNitrogenDioxideConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Nitrogen Dioxide Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterNitrogenDioxideConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Nitrogen Dioxide Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterNitrogenDioxideConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Nitrogen Dioxide Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterNitrogenDioxideConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Nitrogen Dioxide Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfNitrogenDioxideConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Nitrogen Dioxide Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfNitrogenDioxideConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Oxygen Concentration Measurement Cluster |
| // |
| |
| /** @brief Oxygen Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOxygenConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Oxygen Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterOxygenConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Oxygen Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOxygenConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Oxygen Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterOxygenConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Oxygen Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterOxygenConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Oxygen Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterOxygenConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Oxygen Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOxygenConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Oxygen Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOxygenConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Ozone Concentration Measurement Cluster |
| // |
| |
| /** @brief Ozone Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOzoneConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ozone Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterOzoneConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ozone Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfOzoneConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ozone Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterOzoneConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Ozone Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterOzoneConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ozone Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterOzoneConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Ozone Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOzoneConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Ozone Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfOzoneConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Sulfur Dioxide Concentration Measurement Cluster |
| // |
| |
| /** @brief Sulfur Dioxide Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSulfurDioxideConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Sulfur Dioxide Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterSulfurDioxideConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Sulfur Dioxide Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSulfurDioxideConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Sulfur Dioxide Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterSulfurDioxideConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Sulfur Dioxide Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterSulfurDioxideConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Sulfur Dioxide Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterSulfurDioxideConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Sulfur Dioxide Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfSulfurDioxideConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Sulfur Dioxide Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfSulfurDioxideConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Dissolved Oxygen Concentration Measurement Cluster |
| // |
| |
| /** @brief Dissolved Oxygen Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfDissolvedOxygenConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Dissolved Oxygen Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterDissolvedOxygenConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Dissolved Oxygen Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfDissolvedOxygenConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Dissolved Oxygen Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterDissolvedOxygenConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Dissolved Oxygen Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterDissolvedOxygenConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Dissolved Oxygen Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterDissolvedOxygenConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Dissolved Oxygen Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfDissolvedOxygenConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Dissolved Oxygen Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfDissolvedOxygenConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Bromate Concentration Measurement Cluster |
| // |
| |
| /** @brief Bromate Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBromateConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bromate Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterBromateConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bromate Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBromateConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bromate Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterBromateConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Bromate Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterBromateConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Bromate Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterBromateConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Bromate Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBromateConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bromate Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBromateConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Chloramines Concentration Measurement Cluster |
| // |
| |
| /** @brief Chloramines Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfChloraminesConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chloramines Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterChloraminesConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chloramines Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfChloraminesConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chloramines Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterChloraminesConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Chloramines Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterChloraminesConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Chloramines Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterChloraminesConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Chloramines Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfChloraminesConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chloramines Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfChloraminesConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Chlorine Concentration Measurement Cluster |
| // |
| |
| /** @brief Chlorine Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfChlorineConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chlorine Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterChlorineConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chlorine Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfChlorineConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chlorine Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterChlorineConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Chlorine Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterChlorineConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Chlorine Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterChlorineConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Chlorine Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfChlorineConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chlorine Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfChlorineConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Fecal coliform & E. Coli Concentration Measurement Cluster |
| // |
| |
| /** @brief Fecal coliform & E. Coli Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFecalColiformEColiConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fecal coliform & E. Coli Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterFecalColiformEColiConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fecal coliform & E. Coli Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFecalColiformEColiConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fecal coliform & E. Coli Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterFecalColiformEColiConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Fecal coliform & E. Coli Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterFecalColiformEColiConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Fecal coliform & E. Coli Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterFecalColiformEColiConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Fecal coliform & E. Coli Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFecalColiformEColiConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fecal coliform & E. Coli Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFecalColiformEColiConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Fluoride Concentration Measurement Cluster |
| // |
| |
| /** @brief Fluoride Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFluorideConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fluoride Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterFluorideConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fluoride Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFluorideConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fluoride Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterFluorideConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Fluoride Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterFluorideConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Fluoride Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterFluorideConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Fluoride Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFluorideConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fluoride Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFluorideConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Haloacetic Acids Concentration Measurement Cluster |
| // |
| |
| /** @brief Haloacetic Acids Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfHaloaceticAcidsConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Haloacetic Acids Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterHaloaceticAcidsConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Haloacetic Acids Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfHaloaceticAcidsConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Haloacetic Acids Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterHaloaceticAcidsConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Haloacetic Acids Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterHaloaceticAcidsConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Haloacetic Acids Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterHaloaceticAcidsConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Haloacetic Acids Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfHaloaceticAcidsConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Haloacetic Acids Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfHaloaceticAcidsConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Total Trihalomethanes Concentration Measurement Cluster |
| // |
| |
| /** @brief Total Trihalomethanes Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTotalTrihalomethanesConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Total Trihalomethanes Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterTotalTrihalomethanesConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Total Trihalomethanes Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTotalTrihalomethanesConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Total Trihalomethanes Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterTotalTrihalomethanesConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Total Trihalomethanes Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterTotalTrihalomethanesConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Total Trihalomethanes Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterTotalTrihalomethanesConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Total Trihalomethanes Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTotalTrihalomethanesConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Total Trihalomethanes Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTotalTrihalomethanesConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Total Coliform Bacteria Concentration Measurement Cluster |
| // |
| |
| /** @brief Total Coliform Bacteria Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTotalColiformBacteriaConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Total Coliform Bacteria Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterTotalColiformBacteriaConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Total Coliform Bacteria Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTotalColiformBacteriaConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Total Coliform Bacteria Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterTotalColiformBacteriaConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Total Coliform Bacteria Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterTotalColiformBacteriaConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Total Coliform Bacteria Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterTotalColiformBacteriaConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Total Coliform Bacteria Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTotalColiformBacteriaConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Total Coliform Bacteria Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTotalColiformBacteriaConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Turbidity Concentration Measurement Cluster |
| // |
| |
| /** @brief Turbidity Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTurbidityConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Turbidity Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterTurbidityConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Turbidity Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTurbidityConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Turbidity Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterTurbidityConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Turbidity Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterTurbidityConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Turbidity Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterTurbidityConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Turbidity Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTurbidityConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Turbidity Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTurbidityConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Copper Concentration Measurement Cluster |
| // |
| |
| /** @brief Copper Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfCopperConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Copper Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterCopperConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Copper Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfCopperConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Copper Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterCopperConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Copper Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterCopperConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Copper Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterCopperConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Copper Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfCopperConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Copper Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfCopperConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Lead Concentration Measurement Cluster |
| // |
| |
| /** @brief Lead Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfLeadConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Lead Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterLeadConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Lead Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfLeadConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Lead Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterLeadConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Lead Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterLeadConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Lead Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterLeadConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Lead Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfLeadConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Lead Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfLeadConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Manganese Concentration Measurement Cluster |
| // |
| |
| /** @brief Manganese Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfManganeseConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Manganese Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterManganeseConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Manganese Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfManganeseConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Manganese Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterManganeseConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Manganese Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterManganeseConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Manganese Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterManganeseConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Manganese Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfManganeseConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Manganese Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfManganeseConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Sulfate Concentration Measurement Cluster |
| // |
| |
| /** @brief Sulfate Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSulfateConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Sulfate Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterSulfateConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Sulfate Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSulfateConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Sulfate Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterSulfateConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Sulfate Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterSulfateConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Sulfate Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterSulfateConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Sulfate Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfSulfateConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Sulfate Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfSulfateConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Bromodichloromethane Concentration Measurement Cluster |
| // |
| |
| /** @brief Bromodichloromethane Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBromodichloromethaneConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bromodichloromethane Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterBromodichloromethaneConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bromodichloromethane Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBromodichloromethaneConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bromodichloromethane Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterBromodichloromethaneConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Bromodichloromethane Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterBromodichloromethaneConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Bromodichloromethane Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterBromodichloromethaneConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Bromodichloromethane Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBromodichloromethaneConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bromodichloromethane Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBromodichloromethaneConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Bromoform Concentration Measurement Cluster |
| // |
| |
| /** @brief Bromoform Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBromoformConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bromoform Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterBromoformConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bromoform Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfBromoformConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bromoform Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterBromoformConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Bromoform Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterBromoformConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Bromoform Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterBromoformConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Bromoform Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBromoformConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Bromoform Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfBromoformConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Chlorodibromomethane Concentration Measurement Cluster |
| // |
| |
| /** @brief Chlorodibromomethane Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfChlorodibromomethaneConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chlorodibromomethane Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterChlorodibromomethaneConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chlorodibromomethane Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfChlorodibromomethaneConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chlorodibromomethane Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterChlorodibromomethaneConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Chlorodibromomethane Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterChlorodibromomethaneConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Chlorodibromomethane Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterChlorodibromomethaneConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Chlorodibromomethane Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfChlorodibromomethaneConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chlorodibromomethane Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfChlorodibromomethaneConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Chloroform Concentration Measurement Cluster |
| // |
| |
| /** @brief Chloroform Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfChloroformConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chloroform Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterChloroformConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chloroform Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfChloroformConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chloroform Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterChloroformConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Chloroform Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterChloroformConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Chloroform Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterChloroformConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Chloroform Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfChloroformConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Chloroform Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfChloroformConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Sodium Concentration Measurement Cluster |
| // |
| |
| /** @brief Sodium Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSodiumConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Sodium Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterSodiumConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Sodium Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfSodiumConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Sodium Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterSodiumConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Sodium Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterSodiumConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Sodium Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterSodiumConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Sodium Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfSodiumConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Sodium Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfSodiumConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // PM2.5 Concentration Measurement Cluster |
| // |
| |
| /** @brief PM2.5 Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPm25ConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief PM2.5 Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterPm25ConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief PM2.5 Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPm25ConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief PM2.5 Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterPm25ConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief PM2.5 Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterPm25ConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief PM2.5 Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterPm25ConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief PM2.5 Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPm25ConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief PM2.5 Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPm25ConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Formaldehyde Concentration Measurement Cluster |
| // |
| |
| /** @brief Formaldehyde Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFormaldehydeConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Formaldehyde Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterFormaldehydeConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Formaldehyde Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFormaldehydeConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Formaldehyde Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterFormaldehydeConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Formaldehyde Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterFormaldehydeConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Formaldehyde Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterFormaldehydeConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Formaldehyde Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFormaldehydeConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Formaldehyde Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFormaldehydeConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // PM1 Concentration Measurement Cluster |
| // |
| |
| /** @brief PM1 Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPm1ConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief PM1 Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterPm1ConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief PM1 Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPm1ConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief PM1 Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterPm1ConcentrationMeasurementClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief PM1 Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterPm1ConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief PM1 Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterPm1ConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief PM1 Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPm1ConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief PM1 Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPm1ConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // PM10 Concentration Measurement Cluster |
| // |
| |
| /** @brief PM10 Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPm10ConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief PM10 Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterPm10ConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief PM10 Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfPm10ConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief PM10 Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterPm10ConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief PM10 Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterPm10ConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief PM10 Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterPm10ConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief PM10 Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPm10ConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief PM10 Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfPm10ConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Total Volatile Organic Compounds Concentration Measurement Cluster |
| // |
| |
| /** @brief Total Volatile Organic Compounds Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTotalVolatileOrganicCompoundsConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Total Volatile Organic Compounds Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterTotalVolatileOrganicCompoundsConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Total Volatile Organic Compounds Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTotalVolatileOrganicCompoundsConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Total Volatile Organic Compounds Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterTotalVolatileOrganicCompoundsConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Total Volatile Organic Compounds Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterTotalVolatileOrganicCompoundsConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Total Volatile Organic Compounds Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterTotalVolatileOrganicCompoundsConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Total Volatile Organic Compounds Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTotalVolatileOrganicCompoundsConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Total Volatile Organic Compounds Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTotalVolatileOrganicCompoundsConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Radon Concentration Measurement Cluster |
| // |
| |
| /** @brief Radon Concentration Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRadonConcentrationMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Radon Concentration Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterRadonConcentrationMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Radon Concentration Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfRadonConcentrationMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Radon Concentration Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterRadonConcentrationMeasurementClusterServerAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Radon Concentration Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterRadonConcentrationMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Radon Concentration Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterRadonConcentrationMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Radon Concentration Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfRadonConcentrationMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Radon Concentration Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfRadonConcentrationMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Wake on LAN Cluster |
| // |
| |
| /** @brief Wake on LAN Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfWakeOnLanClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Wake on LAN Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterWakeOnLanClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Wake on LAN Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfWakeOnLanClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Wake on LAN Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterWakeOnLanClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Wake on LAN Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterWakeOnLanClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Wake on LAN Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterWakeOnLanClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Wake on LAN Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfWakeOnLanClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Wake on LAN Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfWakeOnLanClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Channel Cluster |
| // |
| |
| /** @brief Channel Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfChannelClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Channel Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterChannelClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Channel Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfChannelClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Channel Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterChannelClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Channel Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterChannelClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Channel Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterChannelClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Channel Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfChannelClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Channel Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfChannelClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Target Navigator Cluster |
| // |
| |
| /** @brief Target Navigator Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTargetNavigatorClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Target Navigator Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterTargetNavigatorClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Target Navigator Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfTargetNavigatorClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Target Navigator Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterTargetNavigatorClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Target Navigator Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterTargetNavigatorClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Target Navigator Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterTargetNavigatorClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Target Navigator Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTargetNavigatorClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Target Navigator Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfTargetNavigatorClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Media Playback Cluster |
| // |
| |
| /** @brief Media Playback Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfMediaPlaybackClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Media Playback Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterMediaPlaybackClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Media Playback Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfMediaPlaybackClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Media Playback Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterMediaPlaybackClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Media Playback Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterMediaPlaybackClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Media Playback Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterMediaPlaybackClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Media Playback Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfMediaPlaybackClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Media Playback Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfMediaPlaybackClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Media Input Cluster |
| // |
| |
| /** @brief Media Input Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfMediaInputClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Media Input Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterMediaInputClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Media Input Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfMediaInputClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Media Input Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterMediaInputClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Media Input Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterMediaInputClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Media Input Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterMediaInputClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Media Input Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfMediaInputClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Media Input Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfMediaInputClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Low Power Cluster |
| // |
| |
| /** @brief Low Power Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfLowPowerClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Low Power Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterLowPowerClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Low Power Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfLowPowerClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Low Power Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterLowPowerClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Low Power Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterLowPowerClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Low Power Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterLowPowerClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Low Power Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfLowPowerClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Low Power Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfLowPowerClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Keypad Input Cluster |
| // |
| |
| /** @brief Keypad Input Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfKeypadInputClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Keypad Input Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterKeypadInputClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Keypad Input Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfKeypadInputClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Keypad Input Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterKeypadInputClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Keypad Input Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterKeypadInputClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Keypad Input Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterKeypadInputClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Keypad Input Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfKeypadInputClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Keypad Input Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfKeypadInputClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Content Launcher Cluster |
| // |
| |
| /** @brief Content Launcher Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfContentLauncherClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Content Launcher Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterContentLauncherClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Content Launcher Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfContentLauncherClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Content Launcher Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterContentLauncherClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Content Launcher Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterContentLauncherClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Content Launcher Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterContentLauncherClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Content Launcher Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfContentLauncherClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Content Launcher Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfContentLauncherClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Audio Output Cluster |
| // |
| |
| /** @brief Audio Output Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfAudioOutputClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Audio Output Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterAudioOutputClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Audio Output Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfAudioOutputClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Audio Output Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterAudioOutputClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Audio Output Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterAudioOutputClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Audio Output Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterAudioOutputClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Audio Output Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfAudioOutputClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Audio Output Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfAudioOutputClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Application Launcher Cluster |
| // |
| |
| /** @brief Application Launcher Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfApplicationLauncherClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Application Launcher Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterApplicationLauncherClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Application Launcher Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfApplicationLauncherClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Application Launcher Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterApplicationLauncherClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Application Launcher Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterApplicationLauncherClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Application Launcher Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterApplicationLauncherClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Application Launcher Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfApplicationLauncherClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Application Launcher Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfApplicationLauncherClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Application Basic Cluster |
| // |
| |
| /** @brief Application Basic Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfApplicationBasicClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Application Basic Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterApplicationBasicClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Application Basic Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfApplicationBasicClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Application Basic Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterApplicationBasicClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Application Basic Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterApplicationBasicClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Application Basic Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterApplicationBasicClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Application Basic Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfApplicationBasicClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Application Basic Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfApplicationBasicClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Account Login Cluster |
| // |
| |
| /** @brief Account Login Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfAccountLoginClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Account Login Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterAccountLoginClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Account Login Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfAccountLoginClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Account Login Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterAccountLoginClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Account Login Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterAccountLoginClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Account Login Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterAccountLoginClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Account Login Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfAccountLoginClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Account Login Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfAccountLoginClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Electrical Measurement Cluster |
| // |
| |
| /** @brief Electrical Measurement Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfElectricalMeasurementClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Electrical Measurement Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterElectricalMeasurementClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Electrical Measurement Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfElectricalMeasurementClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Electrical Measurement Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterElectricalMeasurementClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Electrical Measurement Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterElectricalMeasurementClusterServerPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Electrical Measurement Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status MatterElectricalMeasurementClusterClientPreAttributeChangedCallback( |
| const chip::app::ConcreteAttributePath & attributePath, EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Electrical Measurement Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfElectricalMeasurementClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Electrical Measurement Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfElectricalMeasurementClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Unit Testing Cluster |
| // |
| |
| /** @brief Unit Testing Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfUnitTestingClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Unit Testing Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterUnitTestingClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Unit Testing Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfUnitTestingClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Unit Testing Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterUnitTestingClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Unit Testing Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterUnitTestingClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Unit Testing Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterUnitTestingClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Unit Testing Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfUnitTestingClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Unit Testing Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfUnitTestingClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // |
| // Fault Injection Cluster |
| // |
| |
| /** @brief Fault Injection Cluster Server Init |
| * |
| * Server Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFaultInjectionClusterServerInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fault Injection Cluster Server Shutdown |
| * |
| * Server Shutdown |
| * |
| * @param endpoint Endpoint that is being shutdown |
| */ |
| void MatterFaultInjectionClusterServerShutdownCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fault Injection Cluster Client Init |
| * |
| * Client Init |
| * |
| * @param endpoint Endpoint that is being initialized |
| */ |
| void emberAfFaultInjectionClusterClientInitCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fault Injection Cluster Server Attribute Changed |
| * |
| * Server Attribute Changed |
| * |
| * @param attributePath Concrete attribute path that changed |
| */ |
| void MatterFaultInjectionClusterServerAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath); |
| |
| /** @brief Fault Injection Cluster Server Pre Attribute Changed |
| * |
| * Server Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterFaultInjectionClusterServerPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Fault Injection Cluster Client Pre Attribute Changed |
| * |
| * Client Pre Attribute Changed |
| * |
| * @param attributePath Concrete attribute path to be changed |
| * @param attributeType Attribute type |
| * @param size Attribute size |
| * @param value Attribute value |
| */ |
| chip::Protocols::InteractionModel::Status |
| MatterFaultInjectionClusterClientPreAttributeChangedCallback(const chip::app::ConcreteAttributePath & attributePath, |
| EmberAfAttributeType attributeType, uint16_t size, uint8_t * value); |
| |
| /** @brief Fault Injection Cluster Server Tick |
| * |
| * Server Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFaultInjectionClusterServerTickCallback(chip::EndpointId endpoint); |
| |
| /** @brief Fault Injection Cluster Client Tick |
| * |
| * Client Tick |
| * |
| * @param endpoint Endpoint that is being served |
| */ |
| void emberAfFaultInjectionClusterClientTickCallback(chip::EndpointId endpoint); |
| |
| // Cluster Commands Callback |
| |
| /** |
| * @brief Identify Cluster Identify Command callback (from client) |
| */ |
| bool emberAfIdentifyClusterIdentifyCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Identify::Commands::Identify::DecodableType & commandData); |
| /** |
| * @brief Identify Cluster TriggerEffect Command callback (from client) |
| */ |
| bool emberAfIdentifyClusterTriggerEffectCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Identify::Commands::TriggerEffect::DecodableType & commandData); |
| /** |
| * @brief Groups Cluster AddGroup Command callback (from client) |
| */ |
| bool emberAfGroupsClusterAddGroupCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Groups::Commands::AddGroup::DecodableType & commandData); |
| /** |
| * @brief Groups Cluster ViewGroup Command callback (from client) |
| */ |
| bool emberAfGroupsClusterViewGroupCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Groups::Commands::ViewGroup::DecodableType & commandData); |
| /** |
| * @brief Groups Cluster GetGroupMembership Command callback (from client) |
| */ |
| bool emberAfGroupsClusterGetGroupMembershipCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Groups::Commands::GetGroupMembership::DecodableType & commandData); |
| /** |
| * @brief Groups Cluster RemoveGroup Command callback (from client) |
| */ |
| bool emberAfGroupsClusterRemoveGroupCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Groups::Commands::RemoveGroup::DecodableType & commandData); |
| /** |
| * @brief Groups Cluster RemoveAllGroups Command callback (from client) |
| */ |
| bool emberAfGroupsClusterRemoveAllGroupsCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Groups::Commands::RemoveAllGroups::DecodableType & commandData); |
| /** |
| * @brief Groups Cluster AddGroupIfIdentifying Command callback (from client) |
| */ |
| bool emberAfGroupsClusterAddGroupIfIdentifyingCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Groups::Commands::AddGroupIfIdentifying::DecodableType & commandData); |
| /** |
| * @brief On/Off Cluster Off Command callback (from client) |
| */ |
| bool emberAfOnOffClusterOffCallback(chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OnOff::Commands::Off::DecodableType & commandData); |
| /** |
| * @brief On/Off Cluster On Command callback (from client) |
| */ |
| bool emberAfOnOffClusterOnCallback(chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OnOff::Commands::On::DecodableType & commandData); |
| /** |
| * @brief On/Off Cluster Toggle Command callback (from client) |
| */ |
| bool emberAfOnOffClusterToggleCallback(chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OnOff::Commands::Toggle::DecodableType & commandData); |
| /** |
| * @brief On/Off Cluster OffWithEffect Command callback (from client) |
| */ |
| bool emberAfOnOffClusterOffWithEffectCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OnOff::Commands::OffWithEffect::DecodableType & commandData); |
| /** |
| * @brief On/Off Cluster OnWithRecallGlobalScene Command callback (from client) |
| */ |
| bool emberAfOnOffClusterOnWithRecallGlobalSceneCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OnOff::Commands::OnWithRecallGlobalScene::DecodableType & commandData); |
| /** |
| * @brief On/Off Cluster OnWithTimedOff Command callback (from client) |
| */ |
| bool emberAfOnOffClusterOnWithTimedOffCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OnOff::Commands::OnWithTimedOff::DecodableType & commandData); |
| /** |
| * @brief Level Control Cluster MoveToLevel Command callback (from client) |
| */ |
| bool emberAfLevelControlClusterMoveToLevelCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::LevelControl::Commands::MoveToLevel::DecodableType & commandData); |
| /** |
| * @brief Level Control Cluster Move Command callback (from client) |
| */ |
| bool emberAfLevelControlClusterMoveCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::LevelControl::Commands::Move::DecodableType & commandData); |
| /** |
| * @brief Level Control Cluster Step Command callback (from client) |
| */ |
| bool emberAfLevelControlClusterStepCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::LevelControl::Commands::Step::DecodableType & commandData); |
| /** |
| * @brief Level Control Cluster Stop Command callback (from client) |
| */ |
| bool emberAfLevelControlClusterStopCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::LevelControl::Commands::Stop::DecodableType & commandData); |
| /** |
| * @brief Level Control Cluster MoveToLevelWithOnOff Command callback (from client) |
| */ |
| bool emberAfLevelControlClusterMoveToLevelWithOnOffCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::LevelControl::Commands::MoveToLevelWithOnOff::DecodableType & commandData); |
| /** |
| * @brief Level Control Cluster MoveWithOnOff Command callback (from client) |
| */ |
| bool emberAfLevelControlClusterMoveWithOnOffCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::LevelControl::Commands::MoveWithOnOff::DecodableType & commandData); |
| /** |
| * @brief Level Control Cluster StepWithOnOff Command callback (from client) |
| */ |
| bool emberAfLevelControlClusterStepWithOnOffCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::LevelControl::Commands::StepWithOnOff::DecodableType & commandData); |
| /** |
| * @brief Level Control Cluster StopWithOnOff Command callback (from client) |
| */ |
| bool emberAfLevelControlClusterStopWithOnOffCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::LevelControl::Commands::StopWithOnOff::DecodableType & commandData); |
| /** |
| * @brief Level Control Cluster MoveToClosestFrequency Command callback (from client) |
| */ |
| bool emberAfLevelControlClusterMoveToClosestFrequencyCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::LevelControl::Commands::MoveToClosestFrequency::DecodableType & commandData); |
| /** |
| * @brief Actions Cluster InstantAction Command callback (from client) |
| */ |
| bool emberAfActionsClusterInstantActionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Actions::Commands::InstantAction::DecodableType & commandData); |
| /** |
| * @brief Actions Cluster InstantActionWithTransition Command callback (from client) |
| */ |
| bool emberAfActionsClusterInstantActionWithTransitionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Actions::Commands::InstantActionWithTransition::DecodableType & commandData); |
| /** |
| * @brief Actions Cluster StartAction Command callback (from client) |
| */ |
| bool emberAfActionsClusterStartActionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Actions::Commands::StartAction::DecodableType & commandData); |
| /** |
| * @brief Actions Cluster StartActionWithDuration Command callback (from client) |
| */ |
| bool emberAfActionsClusterStartActionWithDurationCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Actions::Commands::StartActionWithDuration::DecodableType & commandData); |
| /** |
| * @brief Actions Cluster StopAction Command callback (from client) |
| */ |
| bool emberAfActionsClusterStopActionCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Actions::Commands::StopAction::DecodableType & commandData); |
| /** |
| * @brief Actions Cluster PauseAction Command callback (from client) |
| */ |
| bool emberAfActionsClusterPauseActionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Actions::Commands::PauseAction::DecodableType & commandData); |
| /** |
| * @brief Actions Cluster PauseActionWithDuration Command callback (from client) |
| */ |
| bool emberAfActionsClusterPauseActionWithDurationCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Actions::Commands::PauseActionWithDuration::DecodableType & commandData); |
| /** |
| * @brief Actions Cluster ResumeAction Command callback (from client) |
| */ |
| bool emberAfActionsClusterResumeActionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Actions::Commands::ResumeAction::DecodableType & commandData); |
| /** |
| * @brief Actions Cluster EnableAction Command callback (from client) |
| */ |
| bool emberAfActionsClusterEnableActionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Actions::Commands::EnableAction::DecodableType & commandData); |
| /** |
| * @brief Actions Cluster EnableActionWithDuration Command callback (from client) |
| */ |
| bool emberAfActionsClusterEnableActionWithDurationCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Actions::Commands::EnableActionWithDuration::DecodableType & commandData); |
| /** |
| * @brief Actions Cluster DisableAction Command callback (from client) |
| */ |
| bool emberAfActionsClusterDisableActionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Actions::Commands::DisableAction::DecodableType & commandData); |
| /** |
| * @brief Actions Cluster DisableActionWithDuration Command callback (from client) |
| */ |
| bool emberAfActionsClusterDisableActionWithDurationCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Actions::Commands::DisableActionWithDuration::DecodableType & commandData); |
| /** |
| * @brief Basic Information Cluster MfgSpecificPing Command callback (from client) |
| */ |
| bool emberAfBasicInformationClusterMfgSpecificPingCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::BasicInformation::Commands::MfgSpecificPing::DecodableType & commandData); |
| /** |
| * @brief OTA Software Update Provider Cluster QueryImage Command callback (from client) |
| */ |
| bool emberAfOtaSoftwareUpdateProviderClusterQueryImageCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OtaSoftwareUpdateProvider::Commands::QueryImage::DecodableType & commandData); |
| /** |
| * @brief OTA Software Update Provider Cluster ApplyUpdateRequest Command callback (from client) |
| */ |
| bool emberAfOtaSoftwareUpdateProviderClusterApplyUpdateRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OtaSoftwareUpdateProvider::Commands::ApplyUpdateRequest::DecodableType & commandData); |
| /** |
| * @brief OTA Software Update Provider Cluster NotifyUpdateApplied Command callback (from client) |
| */ |
| bool emberAfOtaSoftwareUpdateProviderClusterNotifyUpdateAppliedCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OtaSoftwareUpdateProvider::Commands::NotifyUpdateApplied::DecodableType & commandData); |
| /** |
| * @brief OTA Software Update Requestor Cluster AnnounceOTAProvider Command callback (from client) |
| */ |
| bool emberAfOtaSoftwareUpdateRequestorClusterAnnounceOTAProviderCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OtaSoftwareUpdateRequestor::Commands::AnnounceOTAProvider::DecodableType & commandData); |
| /** |
| * @brief General Commissioning Cluster ArmFailSafe Command callback (from client) |
| */ |
| bool emberAfGeneralCommissioningClusterArmFailSafeCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::GeneralCommissioning::Commands::ArmFailSafe::DecodableType & commandData); |
| /** |
| * @brief General Commissioning Cluster SetRegulatoryConfig Command callback (from client) |
| */ |
| bool emberAfGeneralCommissioningClusterSetRegulatoryConfigCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::GeneralCommissioning::Commands::SetRegulatoryConfig::DecodableType & commandData); |
| /** |
| * @brief General Commissioning Cluster CommissioningComplete Command callback (from client) |
| */ |
| bool emberAfGeneralCommissioningClusterCommissioningCompleteCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::GeneralCommissioning::Commands::CommissioningComplete::DecodableType & commandData); |
| /** |
| * @brief Diagnostic Logs Cluster RetrieveLogsRequest Command callback (from client) |
| */ |
| bool emberAfDiagnosticLogsClusterRetrieveLogsRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DiagnosticLogs::Commands::RetrieveLogsRequest::DecodableType & commandData); |
| /** |
| * @brief General Diagnostics Cluster TestEventTrigger Command callback (from client) |
| */ |
| bool emberAfGeneralDiagnosticsClusterTestEventTriggerCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::GeneralDiagnostics::Commands::TestEventTrigger::DecodableType & commandData); |
| /** |
| * @brief Software Diagnostics Cluster ResetWatermarks Command callback (from client) |
| */ |
| bool emberAfSoftwareDiagnosticsClusterResetWatermarksCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::SoftwareDiagnostics::Commands::ResetWatermarks::DecodableType & commandData); |
| /** |
| * @brief Thread Network Diagnostics Cluster ResetCounts Command callback (from client) |
| */ |
| bool emberAfThreadNetworkDiagnosticsClusterResetCountsCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ThreadNetworkDiagnostics::Commands::ResetCounts::DecodableType & commandData); |
| /** |
| * @brief WiFi Network Diagnostics Cluster ResetCounts Command callback (from client) |
| */ |
| bool emberAfWiFiNetworkDiagnosticsClusterResetCountsCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::WiFiNetworkDiagnostics::Commands::ResetCounts::DecodableType & commandData); |
| /** |
| * @brief Ethernet Network Diagnostics Cluster ResetCounts Command callback (from client) |
| */ |
| bool emberAfEthernetNetworkDiagnosticsClusterResetCountsCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::EthernetNetworkDiagnostics::Commands::ResetCounts::DecodableType & commandData); |
| /** |
| * @brief Time Synchronization Cluster SetUTCTime Command callback (from client) |
| */ |
| bool emberAfTimeSynchronizationClusterSetUTCTimeCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::TimeSynchronization::Commands::SetUTCTime::DecodableType & commandData); |
| /** |
| * @brief Time Synchronization Cluster SetTrustedTimeSource Command callback (from client) |
| */ |
| bool emberAfTimeSynchronizationClusterSetTrustedTimeSourceCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::TimeSynchronization::Commands::SetTrustedTimeSource::DecodableType & commandData); |
| /** |
| * @brief Time Synchronization Cluster SetTimeZone Command callback (from client) |
| */ |
| bool emberAfTimeSynchronizationClusterSetTimeZoneCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::TimeSynchronization::Commands::SetTimeZone::DecodableType & commandData); |
| /** |
| * @brief Time Synchronization Cluster SetDSTOffset Command callback (from client) |
| */ |
| bool emberAfTimeSynchronizationClusterSetDSTOffsetCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::TimeSynchronization::Commands::SetDSTOffset::DecodableType & commandData); |
| /** |
| * @brief Time Synchronization Cluster SetDefaultNTP Command callback (from client) |
| */ |
| bool emberAfTimeSynchronizationClusterSetDefaultNTPCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::TimeSynchronization::Commands::SetDefaultNTP::DecodableType & commandData); |
| /** |
| * @brief Administrator Commissioning Cluster OpenCommissioningWindow Command callback (from client) |
| */ |
| bool emberAfAdministratorCommissioningClusterOpenCommissioningWindowCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::AdministratorCommissioning::Commands::OpenCommissioningWindow::DecodableType & commandData); |
| /** |
| * @brief Administrator Commissioning Cluster OpenBasicCommissioningWindow Command callback (from client) |
| */ |
| bool emberAfAdministratorCommissioningClusterOpenBasicCommissioningWindowCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::AdministratorCommissioning::Commands::OpenBasicCommissioningWindow::DecodableType & commandData); |
| /** |
| * @brief Administrator Commissioning Cluster RevokeCommissioning Command callback (from client) |
| */ |
| bool emberAfAdministratorCommissioningClusterRevokeCommissioningCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::AdministratorCommissioning::Commands::RevokeCommissioning::DecodableType & commandData); |
| /** |
| * @brief Operational Credentials Cluster AttestationRequest Command callback (from client) |
| */ |
| bool emberAfOperationalCredentialsClusterAttestationRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OperationalCredentials::Commands::AttestationRequest::DecodableType & commandData); |
| /** |
| * @brief Operational Credentials Cluster CertificateChainRequest Command callback (from client) |
| */ |
| bool emberAfOperationalCredentialsClusterCertificateChainRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OperationalCredentials::Commands::CertificateChainRequest::DecodableType & commandData); |
| /** |
| * @brief Operational Credentials Cluster CSRRequest Command callback (from client) |
| */ |
| bool emberAfOperationalCredentialsClusterCSRRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OperationalCredentials::Commands::CSRRequest::DecodableType & commandData); |
| /** |
| * @brief Operational Credentials Cluster AddNOC Command callback (from client) |
| */ |
| bool emberAfOperationalCredentialsClusterAddNOCCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OperationalCredentials::Commands::AddNOC::DecodableType & commandData); |
| /** |
| * @brief Operational Credentials Cluster UpdateNOC Command callback (from client) |
| */ |
| bool emberAfOperationalCredentialsClusterUpdateNOCCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OperationalCredentials::Commands::UpdateNOC::DecodableType & commandData); |
| /** |
| * @brief Operational Credentials Cluster UpdateFabricLabel Command callback (from client) |
| */ |
| bool emberAfOperationalCredentialsClusterUpdateFabricLabelCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OperationalCredentials::Commands::UpdateFabricLabel::DecodableType & commandData); |
| /** |
| * @brief Operational Credentials Cluster RemoveFabric Command callback (from client) |
| */ |
| bool emberAfOperationalCredentialsClusterRemoveFabricCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OperationalCredentials::Commands::RemoveFabric::DecodableType & commandData); |
| /** |
| * @brief Operational Credentials Cluster AddTrustedRootCertificate Command callback (from client) |
| */ |
| bool emberAfOperationalCredentialsClusterAddTrustedRootCertificateCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OperationalCredentials::Commands::AddTrustedRootCertificate::DecodableType & commandData); |
| /** |
| * @brief Group Key Management Cluster KeySetWrite Command callback (from client) |
| */ |
| bool emberAfGroupKeyManagementClusterKeySetWriteCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::GroupKeyManagement::Commands::KeySetWrite::DecodableType & commandData); |
| /** |
| * @brief Group Key Management Cluster KeySetRead Command callback (from client) |
| */ |
| bool emberAfGroupKeyManagementClusterKeySetReadCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::GroupKeyManagement::Commands::KeySetRead::DecodableType & commandData); |
| /** |
| * @brief Group Key Management Cluster KeySetRemove Command callback (from client) |
| */ |
| bool emberAfGroupKeyManagementClusterKeySetRemoveCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::GroupKeyManagement::Commands::KeySetRemove::DecodableType & commandData); |
| /** |
| * @brief Group Key Management Cluster KeySetReadAllIndices Command callback (from client) |
| */ |
| bool emberAfGroupKeyManagementClusterKeySetReadAllIndicesCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::GroupKeyManagement::Commands::KeySetReadAllIndices::DecodableType & commandData); |
| /** |
| * @brief ICD Management Cluster RegisterClient Command callback (from client) |
| */ |
| bool emberAfIcdManagementClusterRegisterClientCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::IcdManagement::Commands::RegisterClient::DecodableType & commandData); |
| /** |
| * @brief ICD Management Cluster UnregisterClient Command callback (from client) |
| */ |
| bool emberAfIcdManagementClusterUnregisterClientCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::IcdManagement::Commands::UnregisterClient::DecodableType & commandData); |
| /** |
| * @brief ICD Management Cluster StayActiveRequest Command callback (from client) |
| */ |
| bool emberAfIcdManagementClusterStayActiveRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::IcdManagement::Commands::StayActiveRequest::DecodableType & commandData); |
| /** |
| * @brief Mode Select Cluster ChangeToMode Command callback (from client) |
| */ |
| bool emberAfModeSelectClusterChangeToModeCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ModeSelect::Commands::ChangeToMode::DecodableType & commandData); |
| /** |
| * @brief Mode Select Cluster ChangeToModeWithStatus Command callback (from client) |
| */ |
| bool emberAfModeSelectClusterChangeToModeWithStatusCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ModeSelect::Commands::ChangeToModeWithStatus::DecodableType & commandData); |
| /** |
| * @brief Laundry Washer Mode Select Cluster ChangeToMode Command callback (from client) |
| */ |
| bool emberAfLaundryWasherModeSelectClusterChangeToModeCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::LaundryWasherModeSelect::Commands::ChangeToMode::DecodableType & commandData); |
| /** |
| * @brief Laundry Washer Mode Select Cluster ChangeToModeWithStatus Command callback (from client) |
| */ |
| bool emberAfLaundryWasherModeSelectClusterChangeToModeWithStatusCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::LaundryWasherModeSelect::Commands::ChangeToModeWithStatus::DecodableType & commandData); |
| /** |
| * @brief Refrigerator And Temperature Controlled Cabinet Mode Select Cluster ChangeToMode Command callback (from client) |
| */ |
| bool emberAfRefrigeratorAndTemperatureControlledCabinetModeSelectClusterChangeToModeCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::RefrigeratorAndTemperatureControlledCabinetModeSelect::Commands::ChangeToMode::DecodableType & |
| commandData); |
| /** |
| * @brief Refrigerator And Temperature Controlled Cabinet Mode Select Cluster ChangeToModeWithStatus Command callback (from client) |
| */ |
| bool emberAfRefrigeratorAndTemperatureControlledCabinetModeSelectClusterChangeToModeWithStatusCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::RefrigeratorAndTemperatureControlledCabinetModeSelect::Commands::ChangeToModeWithStatus:: |
| DecodableType & commandData); |
| /** |
| * @brief RVC Run Mode Select Cluster ChangeToMode Command callback (from client) |
| */ |
| bool emberAfRvcRunModeSelectClusterChangeToModeCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::RvcRunModeSelect::Commands::ChangeToMode::DecodableType & commandData); |
| /** |
| * @brief RVC Run Mode Select Cluster ChangeToModeWithStatus Command callback (from client) |
| */ |
| bool emberAfRvcRunModeSelectClusterChangeToModeWithStatusCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::RvcRunModeSelect::Commands::ChangeToModeWithStatus::DecodableType & commandData); |
| /** |
| * @brief RVC Clean Mode Select Cluster ChangeToMode Command callback (from client) |
| */ |
| bool emberAfRvcCleanModeSelectClusterChangeToModeCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::RvcCleanModeSelect::Commands::ChangeToMode::DecodableType & commandData); |
| /** |
| * @brief RVC Clean Mode Select Cluster ChangeToModeWithStatus Command callback (from client) |
| */ |
| bool emberAfRvcCleanModeSelectClusterChangeToModeWithStatusCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::RvcCleanModeSelect::Commands::ChangeToModeWithStatus::DecodableType & commandData); |
| /** |
| * @brief Temperature Control Cluster SetTemperature Command callback (from client) |
| */ |
| bool emberAfTemperatureControlClusterSetTemperatureCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::TemperatureControl::Commands::SetTemperature::DecodableType & commandData); |
| /** |
| * @brief Dishwasher Mode Select Cluster ChangeToMode Command callback (from client) |
| */ |
| bool emberAfDishwasherModeSelectClusterChangeToModeCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DishwasherModeSelect::Commands::ChangeToMode::DecodableType & commandData); |
| /** |
| * @brief Dishwasher Mode Select Cluster ChangeToModeWithStatus Command callback (from client) |
| */ |
| bool emberAfDishwasherModeSelectClusterChangeToModeWithStatusCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DishwasherModeSelect::Commands::ChangeToModeWithStatus::DecodableType & commandData); |
| /** |
| * @brief Smoke CO Alarm Cluster SelfTestRequest Command callback (from client) |
| */ |
| bool emberAfSmokeCoAlarmClusterSelfTestRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::SmokeCoAlarm::Commands::SelfTestRequest::DecodableType & commandData); |
| /** |
| * @brief Operational State Cluster Pause Command callback (from client) |
| */ |
| bool emberAfOperationalStateClusterPauseCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OperationalState::Commands::Pause::DecodableType & commandData); |
| /** |
| * @brief Operational State Cluster Stop Command callback (from client) |
| */ |
| bool emberAfOperationalStateClusterStopCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OperationalState::Commands::Stop::DecodableType & commandData); |
| /** |
| * @brief Operational State Cluster Start Command callback (from client) |
| */ |
| bool emberAfOperationalStateClusterStartCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OperationalState::Commands::Start::DecodableType & commandData); |
| /** |
| * @brief Operational State Cluster Resume Command callback (from client) |
| */ |
| bool emberAfOperationalStateClusterResumeCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OperationalState::Commands::Resume::DecodableType & commandData); |
| /** |
| * @brief HEPA Filter Monitoring Cluster ResetCondition Command callback (from client) |
| */ |
| bool emberAfHepaFilterMonitoringClusterResetConditionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::HepaFilterMonitoring::Commands::ResetCondition::DecodableType & commandData); |
| /** |
| * @brief Activated Carbon Filter Monitoring Cluster ResetCondition Command callback (from client) |
| */ |
| bool emberAfActivatedCarbonFilterMonitoringClusterResetConditionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ActivatedCarbonFilterMonitoring::Commands::ResetCondition::DecodableType & commandData); |
| /** |
| * @brief Ceramic Filter Monitoring Cluster ResetCondition Command callback (from client) |
| */ |
| bool emberAfCeramicFilterMonitoringClusterResetConditionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::CeramicFilterMonitoring::Commands::ResetCondition::DecodableType & commandData); |
| /** |
| * @brief Electrostatic Filter Monitoring Cluster ResetCondition Command callback (from client) |
| */ |
| bool emberAfElectrostaticFilterMonitoringClusterResetConditionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ElectrostaticFilterMonitoring::Commands::ResetCondition::DecodableType & commandData); |
| /** |
| * @brief UV Filter Monitoring Cluster ResetCondition Command callback (from client) |
| */ |
| bool emberAfUvFilterMonitoringClusterResetConditionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UvFilterMonitoring::Commands::ResetCondition::DecodableType & commandData); |
| /** |
| * @brief Ionizing Filter Monitoring Cluster ResetCondition Command callback (from client) |
| */ |
| bool emberAfIonizingFilterMonitoringClusterResetConditionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::IonizingFilterMonitoring::Commands::ResetCondition::DecodableType & commandData); |
| /** |
| * @brief Zeolite Filter Monitoring Cluster ResetCondition Command callback (from client) |
| */ |
| bool emberAfZeoliteFilterMonitoringClusterResetConditionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ZeoliteFilterMonitoring::Commands::ResetCondition::DecodableType & commandData); |
| /** |
| * @brief Ozone Filter Monitoring Cluster ResetCondition Command callback (from client) |
| */ |
| bool emberAfOzoneFilterMonitoringClusterResetConditionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::OzoneFilterMonitoring::Commands::ResetCondition::DecodableType & commandData); |
| /** |
| * @brief Water Tank Monitoring Cluster ResetCondition Command callback (from client) |
| */ |
| bool emberAfWaterTankMonitoringClusterResetConditionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::WaterTankMonitoring::Commands::ResetCondition::DecodableType & commandData); |
| /** |
| * @brief Fuel Tank Monitoring Cluster ResetCondition Command callback (from client) |
| */ |
| bool emberAfFuelTankMonitoringClusterResetConditionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::FuelTankMonitoring::Commands::ResetCondition::DecodableType & commandData); |
| /** |
| * @brief Ink Cartridge Monitoring Cluster ResetCondition Command callback (from client) |
| */ |
| bool emberAfInkCartridgeMonitoringClusterResetConditionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::InkCartridgeMonitoring::Commands::ResetCondition::DecodableType & commandData); |
| /** |
| * @brief Toner Cartridge Monitoring Cluster ResetCondition Command callback (from client) |
| */ |
| bool emberAfTonerCartridgeMonitoringClusterResetConditionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::TonerCartridgeMonitoring::Commands::ResetCondition::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster LockDoor Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterLockDoorCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::LockDoor::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster UnlockDoor Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterUnlockDoorCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::UnlockDoor::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster UnlockWithTimeout Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterUnlockWithTimeoutCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::UnlockWithTimeout::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster SetWeekDaySchedule Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterSetWeekDayScheduleCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::SetWeekDaySchedule::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster GetWeekDaySchedule Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterGetWeekDayScheduleCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::GetWeekDaySchedule::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster ClearWeekDaySchedule Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterClearWeekDayScheduleCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::ClearWeekDaySchedule::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster SetYearDaySchedule Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterSetYearDayScheduleCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::SetYearDaySchedule::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster GetYearDaySchedule Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterGetYearDayScheduleCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::GetYearDaySchedule::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster ClearYearDaySchedule Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterClearYearDayScheduleCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::ClearYearDaySchedule::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster SetHolidaySchedule Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterSetHolidayScheduleCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::SetHolidaySchedule::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster GetHolidaySchedule Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterGetHolidayScheduleCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::GetHolidaySchedule::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster ClearHolidaySchedule Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterClearHolidayScheduleCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::ClearHolidaySchedule::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster SetUser Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterSetUserCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::SetUser::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster GetUser Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterGetUserCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::GetUser::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster ClearUser Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterClearUserCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::ClearUser::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster SetCredential Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterSetCredentialCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::SetCredential::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster GetCredentialStatus Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterGetCredentialStatusCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::GetCredentialStatus::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster ClearCredential Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterClearCredentialCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::ClearCredential::DecodableType & commandData); |
| /** |
| * @brief Door Lock Cluster UnboltDoor Command callback (from client) |
| */ |
| bool emberAfDoorLockClusterUnboltDoorCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::DoorLock::Commands::UnboltDoor::DecodableType & commandData); |
| /** |
| * @brief Window Covering Cluster UpOrOpen Command callback (from client) |
| */ |
| bool emberAfWindowCoveringClusterUpOrOpenCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::WindowCovering::Commands::UpOrOpen::DecodableType & commandData); |
| /** |
| * @brief Window Covering Cluster DownOrClose Command callback (from client) |
| */ |
| bool emberAfWindowCoveringClusterDownOrCloseCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::WindowCovering::Commands::DownOrClose::DecodableType & commandData); |
| /** |
| * @brief Window Covering Cluster StopMotion Command callback (from client) |
| */ |
| bool emberAfWindowCoveringClusterStopMotionCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::WindowCovering::Commands::StopMotion::DecodableType & commandData); |
| /** |
| * @brief Window Covering Cluster GoToLiftValue Command callback (from client) |
| */ |
| bool emberAfWindowCoveringClusterGoToLiftValueCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::WindowCovering::Commands::GoToLiftValue::DecodableType & commandData); |
| /** |
| * @brief Window Covering Cluster GoToLiftPercentage Command callback (from client) |
| */ |
| bool emberAfWindowCoveringClusterGoToLiftPercentageCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::WindowCovering::Commands::GoToLiftPercentage::DecodableType & commandData); |
| /** |
| * @brief Window Covering Cluster GoToTiltValue Command callback (from client) |
| */ |
| bool emberAfWindowCoveringClusterGoToTiltValueCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::WindowCovering::Commands::GoToTiltValue::DecodableType & commandData); |
| /** |
| * @brief Window Covering Cluster GoToTiltPercentage Command callback (from client) |
| */ |
| bool emberAfWindowCoveringClusterGoToTiltPercentageCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::WindowCovering::Commands::GoToTiltPercentage::DecodableType & commandData); |
| /** |
| * @brief Barrier Control Cluster BarrierControlGoToPercent Command callback (from client) |
| */ |
| bool emberAfBarrierControlClusterBarrierControlGoToPercentCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::BarrierControl::Commands::BarrierControlGoToPercent::DecodableType & commandData); |
| /** |
| * @brief Barrier Control Cluster BarrierControlStop Command callback (from client) |
| */ |
| bool emberAfBarrierControlClusterBarrierControlStopCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::BarrierControl::Commands::BarrierControlStop::DecodableType & commandData); |
| /** |
| * @brief Thermostat Cluster SetpointRaiseLower Command callback (from client) |
| */ |
| bool emberAfThermostatClusterSetpointRaiseLowerCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Thermostat::Commands::SetpointRaiseLower::DecodableType & commandData); |
| /** |
| * @brief Thermostat Cluster SetWeeklySchedule Command callback (from client) |
| */ |
| bool emberAfThermostatClusterSetWeeklyScheduleCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Thermostat::Commands::SetWeeklySchedule::DecodableType & commandData); |
| /** |
| * @brief Thermostat Cluster GetWeeklySchedule Command callback (from client) |
| */ |
| bool emberAfThermostatClusterGetWeeklyScheduleCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Thermostat::Commands::GetWeeklySchedule::DecodableType & commandData); |
| /** |
| * @brief Thermostat Cluster ClearWeeklySchedule Command callback (from client) |
| */ |
| bool emberAfThermostatClusterClearWeeklyScheduleCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Thermostat::Commands::ClearWeeklySchedule::DecodableType & commandData); |
| /** |
| * @brief Fan Control Cluster Step Command callback (from client) |
| */ |
| bool emberAfFanControlClusterStepCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::FanControl::Commands::Step::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster MoveToHue Command callback (from client) |
| */ |
| bool emberAfColorControlClusterMoveToHueCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::MoveToHue::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster MoveHue Command callback (from client) |
| */ |
| bool emberAfColorControlClusterMoveHueCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::MoveHue::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster StepHue Command callback (from client) |
| */ |
| bool emberAfColorControlClusterStepHueCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::StepHue::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster MoveToSaturation Command callback (from client) |
| */ |
| bool emberAfColorControlClusterMoveToSaturationCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::MoveToSaturation::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster MoveSaturation Command callback (from client) |
| */ |
| bool emberAfColorControlClusterMoveSaturationCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::MoveSaturation::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster StepSaturation Command callback (from client) |
| */ |
| bool emberAfColorControlClusterStepSaturationCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::StepSaturation::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster MoveToHueAndSaturation Command callback (from client) |
| */ |
| bool emberAfColorControlClusterMoveToHueAndSaturationCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::MoveToHueAndSaturation::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster MoveToColor Command callback (from client) |
| */ |
| bool emberAfColorControlClusterMoveToColorCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::MoveToColor::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster MoveColor Command callback (from client) |
| */ |
| bool emberAfColorControlClusterMoveColorCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::MoveColor::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster StepColor Command callback (from client) |
| */ |
| bool emberAfColorControlClusterStepColorCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::StepColor::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster MoveToColorTemperature Command callback (from client) |
| */ |
| bool emberAfColorControlClusterMoveToColorTemperatureCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::MoveToColorTemperature::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster EnhancedMoveToHue Command callback (from client) |
| */ |
| bool emberAfColorControlClusterEnhancedMoveToHueCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::EnhancedMoveToHue::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster EnhancedMoveHue Command callback (from client) |
| */ |
| bool emberAfColorControlClusterEnhancedMoveHueCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::EnhancedMoveHue::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster EnhancedStepHue Command callback (from client) |
| */ |
| bool emberAfColorControlClusterEnhancedStepHueCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::EnhancedStepHue::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster EnhancedMoveToHueAndSaturation Command callback (from client) |
| */ |
| bool emberAfColorControlClusterEnhancedMoveToHueAndSaturationCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::EnhancedMoveToHueAndSaturation::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster ColorLoopSet Command callback (from client) |
| */ |
| bool emberAfColorControlClusterColorLoopSetCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::ColorLoopSet::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster StopMoveStep Command callback (from client) |
| */ |
| bool emberAfColorControlClusterStopMoveStepCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::StopMoveStep::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster MoveColorTemperature Command callback (from client) |
| */ |
| bool emberAfColorControlClusterMoveColorTemperatureCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::MoveColorTemperature::DecodableType & commandData); |
| /** |
| * @brief Color Control Cluster StepColorTemperature Command callback (from client) |
| */ |
| bool emberAfColorControlClusterStepColorTemperatureCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ColorControl::Commands::StepColorTemperature::DecodableType & commandData); |
| /** |
| * @brief Channel Cluster ChangeChannel Command callback (from client) |
| */ |
| bool emberAfChannelClusterChangeChannelCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Channel::Commands::ChangeChannel::DecodableType & commandData); |
| /** |
| * @brief Channel Cluster ChangeChannelByNumber Command callback (from client) |
| */ |
| bool emberAfChannelClusterChangeChannelByNumberCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Channel::Commands::ChangeChannelByNumber::DecodableType & commandData); |
| /** |
| * @brief Channel Cluster SkipChannel Command callback (from client) |
| */ |
| bool emberAfChannelClusterSkipChannelCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::Channel::Commands::SkipChannel::DecodableType & commandData); |
| /** |
| * @brief Target Navigator Cluster NavigateTarget Command callback (from client) |
| */ |
| bool emberAfTargetNavigatorClusterNavigateTargetCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::TargetNavigator::Commands::NavigateTarget::DecodableType & commandData); |
| /** |
| * @brief Media Playback Cluster Play Command callback (from client) |
| */ |
| bool emberAfMediaPlaybackClusterPlayCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::MediaPlayback::Commands::Play::DecodableType & commandData); |
| /** |
| * @brief Media Playback Cluster Pause Command callback (from client) |
| */ |
| bool emberAfMediaPlaybackClusterPauseCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::MediaPlayback::Commands::Pause::DecodableType & commandData); |
| /** |
| * @brief Media Playback Cluster Stop Command callback (from client) |
| */ |
| bool emberAfMediaPlaybackClusterStopCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::MediaPlayback::Commands::Stop::DecodableType & commandData); |
| /** |
| * @brief Media Playback Cluster StartOver Command callback (from client) |
| */ |
| bool emberAfMediaPlaybackClusterStartOverCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::MediaPlayback::Commands::StartOver::DecodableType & commandData); |
| /** |
| * @brief Media Playback Cluster Previous Command callback (from client) |
| */ |
| bool emberAfMediaPlaybackClusterPreviousCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::MediaPlayback::Commands::Previous::DecodableType & commandData); |
| /** |
| * @brief Media Playback Cluster Next Command callback (from client) |
| */ |
| bool emberAfMediaPlaybackClusterNextCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::MediaPlayback::Commands::Next::DecodableType & commandData); |
| /** |
| * @brief Media Playback Cluster Rewind Command callback (from client) |
| */ |
| bool emberAfMediaPlaybackClusterRewindCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::MediaPlayback::Commands::Rewind::DecodableType & commandData); |
| /** |
| * @brief Media Playback Cluster FastForward Command callback (from client) |
| */ |
| bool emberAfMediaPlaybackClusterFastForwardCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::MediaPlayback::Commands::FastForward::DecodableType & commandData); |
| /** |
| * @brief Media Playback Cluster SkipForward Command callback (from client) |
| */ |
| bool emberAfMediaPlaybackClusterSkipForwardCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::MediaPlayback::Commands::SkipForward::DecodableType & commandData); |
| /** |
| * @brief Media Playback Cluster SkipBackward Command callback (from client) |
| */ |
| bool emberAfMediaPlaybackClusterSkipBackwardCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::MediaPlayback::Commands::SkipBackward::DecodableType & commandData); |
| /** |
| * @brief Media Playback Cluster Seek Command callback (from client) |
| */ |
| bool emberAfMediaPlaybackClusterSeekCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::MediaPlayback::Commands::Seek::DecodableType & commandData); |
| /** |
| * @brief Media Input Cluster SelectInput Command callback (from client) |
| */ |
| bool emberAfMediaInputClusterSelectInputCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::MediaInput::Commands::SelectInput::DecodableType & commandData); |
| /** |
| * @brief Media Input Cluster ShowInputStatus Command callback (from client) |
| */ |
| bool emberAfMediaInputClusterShowInputStatusCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::MediaInput::Commands::ShowInputStatus::DecodableType & commandData); |
| /** |
| * @brief Media Input Cluster HideInputStatus Command callback (from client) |
| */ |
| bool emberAfMediaInputClusterHideInputStatusCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::MediaInput::Commands::HideInputStatus::DecodableType & commandData); |
| /** |
| * @brief Media Input Cluster RenameInput Command callback (from client) |
| */ |
| bool emberAfMediaInputClusterRenameInputCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::MediaInput::Commands::RenameInput::DecodableType & commandData); |
| /** |
| * @brief Low Power Cluster Sleep Command callback (from client) |
| */ |
| bool emberAfLowPowerClusterSleepCallback(chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::LowPower::Commands::Sleep::DecodableType & commandData); |
| /** |
| * @brief Keypad Input Cluster SendKey Command callback (from client) |
| */ |
| bool emberAfKeypadInputClusterSendKeyCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::KeypadInput::Commands::SendKey::DecodableType & commandData); |
| /** |
| * @brief Content Launcher Cluster LaunchContent Command callback (from client) |
| */ |
| bool emberAfContentLauncherClusterLaunchContentCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ContentLauncher::Commands::LaunchContent::DecodableType & commandData); |
| /** |
| * @brief Content Launcher Cluster LaunchURL Command callback (from client) |
| */ |
| bool emberAfContentLauncherClusterLaunchURLCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ContentLauncher::Commands::LaunchURL::DecodableType & commandData); |
| /** |
| * @brief Audio Output Cluster SelectOutput Command callback (from client) |
| */ |
| bool emberAfAudioOutputClusterSelectOutputCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::AudioOutput::Commands::SelectOutput::DecodableType & commandData); |
| /** |
| * @brief Audio Output Cluster RenameOutput Command callback (from client) |
| */ |
| bool emberAfAudioOutputClusterRenameOutputCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::AudioOutput::Commands::RenameOutput::DecodableType & commandData); |
| /** |
| * @brief Application Launcher Cluster LaunchApp Command callback (from client) |
| */ |
| bool emberAfApplicationLauncherClusterLaunchAppCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ApplicationLauncher::Commands::LaunchApp::DecodableType & commandData); |
| /** |
| * @brief Application Launcher Cluster StopApp Command callback (from client) |
| */ |
| bool emberAfApplicationLauncherClusterStopAppCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ApplicationLauncher::Commands::StopApp::DecodableType & commandData); |
| /** |
| * @brief Application Launcher Cluster HideApp Command callback (from client) |
| */ |
| bool emberAfApplicationLauncherClusterHideAppCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ApplicationLauncher::Commands::HideApp::DecodableType & commandData); |
| /** |
| * @brief Account Login Cluster GetSetupPIN Command callback (from client) |
| */ |
| bool emberAfAccountLoginClusterGetSetupPINCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::AccountLogin::Commands::GetSetupPIN::DecodableType & commandData); |
| /** |
| * @brief Account Login Cluster Login Command callback (from client) |
| */ |
| bool emberAfAccountLoginClusterLoginCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::AccountLogin::Commands::Login::DecodableType & commandData); |
| /** |
| * @brief Account Login Cluster Logout Command callback (from client) |
| */ |
| bool emberAfAccountLoginClusterLogoutCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::AccountLogin::Commands::Logout::DecodableType & commandData); |
| /** |
| * @brief Electrical Measurement Cluster GetProfileInfoCommand Command callback (from client) |
| */ |
| bool emberAfElectricalMeasurementClusterGetProfileInfoCommandCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ElectricalMeasurement::Commands::GetProfileInfoCommand::DecodableType & commandData); |
| /** |
| * @brief Electrical Measurement Cluster GetMeasurementProfileCommand Command callback (from client) |
| */ |
| bool emberAfElectricalMeasurementClusterGetMeasurementProfileCommandCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::ElectricalMeasurement::Commands::GetMeasurementProfileCommand::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster Test Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestCallback(chip::app::CommandHandler * commandObj, |
| const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::Test::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestNotHandled Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestNotHandledCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestNotHandled::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestSpecific Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestSpecificCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestSpecific::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestUnknownCommand Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestUnknownCommandCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestUnknownCommand::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestAddArguments Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestAddArgumentsCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestAddArguments::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestSimpleArgumentRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestSimpleArgumentRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestSimpleArgumentRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestStructArrayArgumentRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestStructArrayArgumentRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestStructArrayArgumentRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestStructArgumentRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestStructArgumentRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestStructArgumentRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestNestedStructArgumentRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestNestedStructArgumentRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestNestedStructArgumentRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestListStructArgumentRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestListStructArgumentRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestListStructArgumentRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestListInt8UArgumentRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestListInt8UArgumentRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestListInt8UArgumentRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestNestedStructListArgumentRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestNestedStructListArgumentRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestNestedStructListArgumentRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestListNestedStructListArgumentRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestListNestedStructListArgumentRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestListNestedStructListArgumentRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestListInt8UReverseRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestListInt8UReverseRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestListInt8UReverseRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestEnumsRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestEnumsRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestEnumsRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestNullableOptionalRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestNullableOptionalRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestNullableOptionalRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestComplexNullableOptionalRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestComplexNullableOptionalRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestComplexNullableOptionalRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster SimpleStructEchoRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterSimpleStructEchoRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::SimpleStructEchoRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TimedInvokeRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTimedInvokeRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TimedInvokeRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestSimpleOptionalArgumentRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestSimpleOptionalArgumentRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestSimpleOptionalArgumentRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestEmitTestEventRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestEmitTestEventRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestEmitTestEventRequest::DecodableType & commandData); |
| /** |
| * @brief Unit Testing Cluster TestEmitTestFabricScopedEventRequest Command callback (from client) |
| */ |
| bool emberAfUnitTestingClusterTestEmitTestFabricScopedEventRequestCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::UnitTesting::Commands::TestEmitTestFabricScopedEventRequest::DecodableType & commandData); |
| /** |
| * @brief Fault Injection Cluster FailAtFault Command callback (from client) |
| */ |
| bool emberAfFaultInjectionClusterFailAtFaultCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::FaultInjection::Commands::FailAtFault::DecodableType & commandData); |
| /** |
| * @brief Fault Injection Cluster FailRandomlyAtFault Command callback (from client) |
| */ |
| bool emberAfFaultInjectionClusterFailRandomlyAtFaultCallback( |
| chip::app::CommandHandler * commandObj, const chip::app::ConcreteCommandPath & commandPath, |
| const chip::app::Clusters::FaultInjection::Commands::FailRandomlyAtFault::DecodableType & commandData); |