115 lines
3.2 KiB
C++
115 lines
3.2 KiB
C++
#include <app-common/zap-generated/callback.h>
|
|
|
|
using namespace chip;
|
|
|
|
void __attribute__((weak)) emberAfAccessControlClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfAdministratorCommissioningClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfBasicInformationClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfDescriptorClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfFixedLabelClusterInitCallback(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)) emberAfIdentifyClusterInitCallback(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)) emberAfNetworkCommissioningClusterInitCallback(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)) emberAfOnOffClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfOperationalCredentialsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfScenesManagementClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|
|
void __attribute__((weak)) emberAfSoftwareDiagnosticsClusterInitCallback(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)) emberAfWiFiNetworkDiagnosticsClusterInitCallback(EndpointId endpoint)
|
|
{
|
|
// To prevent warning
|
|
(void) endpoint;
|
|
}
|