Skip to content

Commit fdc00b7

Browse files
committed
[Chef] fix air quality senesor build broken
1 parent 977d90e commit fdc00b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/chef/common/chef-air-quality.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
#include <lib/core/DataModelTypes.h>
2323

2424
#ifdef MATTER_DM_PLUGIN_AIR_QUALITY_SERVER
25-
Protocols::InteractionModel::Status chefAirQualityWriteCallback(chip::EndpointId endpoint, chip::ClusterId clusterId,
25+
chip::Protocols::InteractionModel::Status chefAirQualityWriteCallback(chip::EndpointId endpoint, chip::ClusterId clusterId,
2626
const EmberAfAttributeMetadata * attributeMetadata,
2727
uint8_t * buffer);
28-
Protocols::InteractionModel::Status chefAirQualityReadCallback(chip::EndpointId endpoint, chip::ClusterId clusterId,
28+
chip::Protocols::InteractionModel::Status chefAirQualityReadCallback(chip::EndpointId endpoint, chip::ClusterId clusterId,
2929
const EmberAfAttributeMetadata * attributeMetadata, uint8_t * buffer,
3030
uint16_t maxReadLength);
3131
#endif

examples/chef/common/chef-concentration-measurement.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
defined(MATTER_DM_PLUGIN_PM10_CONCENTRATION_MEASUREMENT_SERVER) || \
3232
defined(MATTER_DM_PLUGIN_TOTAL_VOLATILE_ORGANIC_COMPOUNDS_CONCENTRATION_MEASUREMENT_SERVER) || \
3333
defined(MATTER_DM_PLUGIN_RADON_CONCENTRATION_MEASUREMENT_SERVER)
34-
Protocols::InteractionModel::Status chefConcentrationMeasurementWriteCallback(chip::EndpointId endpoint, chip::ClusterId clusterId,
34+
chip::Protocols::InteractionModel::Status chefConcentrationMeasurementWriteCallback(chip::EndpointId endpoint, chip::ClusterId clusterId,
3535
const EmberAfAttributeMetadata * attributeMetadata,
3636
uint8_t * buffer);
37-
Protocols::InteractionModel::Status chefConcentrationMeasurementReadCallback(chip::EndpointId endpoint, chip::ClusterId clusterId,
37+
chip::Protocols::InteractionModel::Status chefConcentrationMeasurementReadCallback(chip::EndpointId endpoint, chip::ClusterId clusterId,
3838
const EmberAfAttributeMetadata * attributeMetadata,
3939
uint8_t * buffer, uint16_t maxReadLength);
4040
#endif

0 commit comments

Comments
 (0)