mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
080926c56a
Closes CON-946
786 lines
26 KiB
C++
786 lines
26 KiB
C++
#include <app-common/zap-generated/callback.h>
|
|
#include <app-common/zap-generated/ids/Clusters.h>
|
|
#include <lib/support/Span.h>
|
|
#include <protocols/interaction_model/Constants.h>
|
|
|
|
using namespace chip;
|
|
|
|
// Cluster Init Functions
|
|
void emberAfClusterInitCallback(EndpointId endpoint, ClusterId clusterId)
|
|
{
|
|
switch (clusterId)
|
|
{
|
|
case app::Clusters::AccessControl::Id:
|
|
emberAfAccessControlClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::AccountLogin::Id:
|
|
emberAfAccountLoginClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Actions::Id:
|
|
emberAfActionsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ActivatedCarbonFilterMonitoring::Id:
|
|
emberAfActivatedCarbonFilterMonitoringClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::AdministratorCommissioning::Id:
|
|
emberAfAdministratorCommissioningClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::AirQuality::Id:
|
|
emberAfAirQualityClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ApplicationBasic::Id:
|
|
emberAfApplicationBasicClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ApplicationLauncher::Id:
|
|
emberAfApplicationLauncherClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::AudioOutput::Id:
|
|
emberAfAudioOutputClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::BallastConfiguration::Id:
|
|
emberAfBallastConfigurationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::BarrierControl::Id:
|
|
emberAfBarrierControlClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::BasicInformation::Id:
|
|
emberAfBasicInformationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::BinaryInputBasic::Id:
|
|
emberAfBinaryInputBasicClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Binding::Id:
|
|
emberAfBindingClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::BooleanState::Id:
|
|
emberAfBooleanStateClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::CarbonDioxideConcentrationMeasurement::Id:
|
|
emberAfCarbonDioxideConcentrationMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::CarbonMonoxideConcentrationMeasurement::Id:
|
|
emberAfCarbonMonoxideConcentrationMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Channel::Id:
|
|
emberAfChannelClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ColorControl::Id:
|
|
emberAfColorControlClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ContentLauncher::Id:
|
|
emberAfContentLauncherClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Descriptor::Id:
|
|
emberAfDescriptorClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::DiagnosticLogs::Id:
|
|
emberAfDiagnosticLogsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::DishwasherAlarm::Id:
|
|
emberAfDishwasherAlarmClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::DishwasherMode::Id:
|
|
emberAfDishwasherModeClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::DoorLock::Id:
|
|
emberAfDoorLockClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ElectricalEnergyMeasurement::Id:
|
|
emberAfElectricalEnergyMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ElectricalMeasurement::Id:
|
|
emberAfElectricalMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::EnergyEvse::Id:
|
|
emberAfEnergyEvseClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::EthernetNetworkDiagnostics::Id:
|
|
emberAfEthernetNetworkDiagnosticsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::FanControl::Id:
|
|
emberAfFanControlClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::FaultInjection::Id:
|
|
emberAfFaultInjectionClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::FixedLabel::Id:
|
|
emberAfFixedLabelClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::FlowMeasurement::Id:
|
|
emberAfFlowMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::FormaldehydeConcentrationMeasurement::Id:
|
|
emberAfFormaldehydeConcentrationMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::GeneralCommissioning::Id:
|
|
emberAfGeneralCommissioningClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::GeneralDiagnostics::Id:
|
|
emberAfGeneralDiagnosticsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::GroupKeyManagement::Id:
|
|
emberAfGroupKeyManagementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Groups::Id:
|
|
emberAfGroupsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::HepaFilterMonitoring::Id:
|
|
emberAfHepaFilterMonitoringClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::IcdManagement::Id:
|
|
emberAfIcdManagementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Identify::Id:
|
|
emberAfIdentifyClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::IlluminanceMeasurement::Id:
|
|
emberAfIlluminanceMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::KeypadInput::Id:
|
|
emberAfKeypadInputClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::LaundryDryerControls::Id:
|
|
emberAfLaundryDryerControlsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::LaundryWasherControls::Id:
|
|
emberAfLaundryWasherControlsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::LaundryWasherMode::Id:
|
|
emberAfLaundryWasherModeClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::LevelControl::Id:
|
|
emberAfLevelControlClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::LocalizationConfiguration::Id:
|
|
emberAfLocalizationConfigurationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::LowPower::Id:
|
|
emberAfLowPowerClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::MediaInput::Id:
|
|
emberAfMediaInputClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::MediaPlayback::Id:
|
|
emberAfMediaPlaybackClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::MicrowaveOvenMode::Id:
|
|
emberAfMicrowaveOvenModeClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ModeSelect::Id:
|
|
emberAfModeSelectClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::NetworkCommissioning::Id:
|
|
emberAfNetworkCommissioningClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::NitrogenDioxideConcentrationMeasurement::Id:
|
|
emberAfNitrogenDioxideConcentrationMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::OccupancySensing::Id:
|
|
emberAfOccupancySensingClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::OnOff::Id:
|
|
emberAfOnOffClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::OnOffSwitchConfiguration::Id:
|
|
emberAfOnOffSwitchConfigurationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::OperationalCredentials::Id:
|
|
emberAfOperationalCredentialsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::OperationalState::Id:
|
|
emberAfOperationalStateClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::OtaSoftwareUpdateProvider::Id:
|
|
emberAfOtaSoftwareUpdateProviderClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::OtaSoftwareUpdateRequestor::Id:
|
|
emberAfOtaSoftwareUpdateRequestorClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::OzoneConcentrationMeasurement::Id:
|
|
emberAfOzoneConcentrationMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Pm10ConcentrationMeasurement::Id:
|
|
emberAfPm10ConcentrationMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Pm1ConcentrationMeasurement::Id:
|
|
emberAfPm1ConcentrationMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Pm25ConcentrationMeasurement::Id:
|
|
emberAfPm25ConcentrationMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::PowerSource::Id:
|
|
emberAfPowerSourceClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::PowerSourceConfiguration::Id:
|
|
emberAfPowerSourceConfigurationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::PressureMeasurement::Id:
|
|
emberAfPressureMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::PumpConfigurationAndControl::Id:
|
|
emberAfPumpConfigurationAndControlClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::RadonConcentrationMeasurement::Id:
|
|
emberAfRadonConcentrationMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::RefrigeratorAlarm::Id:
|
|
emberAfRefrigeratorAlarmClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::RefrigeratorAndTemperatureControlledCabinetMode::Id:
|
|
emberAfRefrigeratorAndTemperatureControlledCabinetModeClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::RelativeHumidityMeasurement::Id:
|
|
emberAfRelativeHumidityMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::RvcCleanMode::Id:
|
|
emberAfRvcCleanModeClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::RvcOperationalState::Id:
|
|
emberAfRvcOperationalStateClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::RvcRunMode::Id:
|
|
emberAfRvcRunModeClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Scenes::Id:
|
|
emberAfScenesClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::SmokeCoAlarm::Id:
|
|
emberAfSmokeCoAlarmClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::SoftwareDiagnostics::Id:
|
|
emberAfSoftwareDiagnosticsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Switch::Id:
|
|
emberAfSwitchClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::TargetNavigator::Id:
|
|
emberAfTargetNavigatorClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::TemperatureControl::Id:
|
|
emberAfTemperatureControlClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::TemperatureMeasurement::Id:
|
|
emberAfTemperatureMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::Thermostat::Id:
|
|
emberAfThermostatClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ThermostatUserInterfaceConfiguration::Id:
|
|
emberAfThermostatUserInterfaceConfigurationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::ThreadNetworkDiagnostics::Id:
|
|
emberAfThreadNetworkDiagnosticsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::TimeFormatLocalization::Id:
|
|
emberAfTimeFormatLocalizationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::TimeSynchronization::Id:
|
|
emberAfTimeSynchronizationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::TotalVolatileOrganicCompoundsConcentrationMeasurement::Id:
|
|
emberAfTotalVolatileOrganicCompoundsConcentrationMeasurementClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::UnitLocalization::Id:
|
|
emberAfUnitLocalizationClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::UnitTesting::Id:
|
|
emberAfUnitTestingClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::UserLabel::Id:
|
|
emberAfUserLabelClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::WakeOnLan::Id:
|
|
emberAfWakeOnLanClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::WiFiNetworkDiagnostics::Id:
|
|
emberAfWiFiNetworkDiagnosticsClusterInitCallback(endpoint);
|
|
break;
|
|
case app::Clusters::WindowCovering::Id:
|
|
emberAfWindowCoveringClusterInitCallback(endpoint);
|
|
break;
|
|
default:
|
|
// Unrecognized cluster ID
|
|
break;
|
|
}
|
|
}
|
|
void __attribute__((weak)) emberAfAccessControlClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfAccountLoginClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfActionsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfActivatedCarbonFilterMonitoringClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfAdministratorCommissioningClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfAirQualityClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfApplicationBasicClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfApplicationLauncherClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfAudioOutputClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfBallastConfigurationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfBarrierControlClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfBasicInformationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfBinaryInputBasicClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfBindingClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfBooleanStateClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfCarbonDioxideConcentrationMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfCarbonMonoxideConcentrationMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfChannelClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfColorControlClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfContentLauncherClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfDescriptorClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfDiagnosticLogsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfDishwasherAlarmClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfDishwasherModeClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfDoorLockClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfElectricalEnergyMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfElectricalMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfEnergyEvseClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfEthernetNetworkDiagnosticsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfFanControlClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfFaultInjectionClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfFixedLabelClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfFlowMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfFormaldehydeConcentrationMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfGeneralCommissioningClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfGeneralDiagnosticsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfGroupKeyManagementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfGroupsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfHepaFilterMonitoringClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfIcdManagementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfIdentifyClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfIlluminanceMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfKeypadInputClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfLaundryDryerControlsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfLaundryWasherControlsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfLaundryWasherModeClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfLevelControlClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfLocalizationConfigurationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfLowPowerClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfMediaInputClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfMediaPlaybackClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfMicrowaveOvenModeClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfModeSelectClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfNetworkCommissioningClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfNitrogenDioxideConcentrationMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfOccupancySensingClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfOnOffClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfOnOffSwitchConfigurationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfOperationalCredentialsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfOperationalStateClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfOtaSoftwareUpdateProviderClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfOtaSoftwareUpdateRequestorClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfOzoneConcentrationMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfPm10ConcentrationMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfPm1ConcentrationMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfPm25ConcentrationMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfPowerSourceClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfPowerSourceConfigurationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfPressureMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfPumpConfigurationAndControlClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfRadonConcentrationMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfRefrigeratorAlarmClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfRefrigeratorAndTemperatureControlledCabinetModeClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfRelativeHumidityMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfRvcCleanModeClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfRvcOperationalStateClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfRvcRunModeClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfScenesClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfSmokeCoAlarmClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfSoftwareDiagnosticsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfSwitchClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfTargetNavigatorClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfTemperatureControlClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfTemperatureMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfThermostatClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfThermostatUserInterfaceConfigurationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfThreadNetworkDiagnosticsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfTimeFormatLocalizationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfTimeSynchronizationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfTotalVolatileOrganicCompoundsConcentrationMeasurementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfUnitLocalizationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfUnitTestingClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfUserLabelClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfWakeOnLanClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfWiFiNetworkDiagnosticsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfWindowCoveringClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|