Skip to content

Commit 8a41bfe

Browse files
authoredFeb 7, 2024
Merge branch 'master' into feature/fix-cluster-revisions
2 parents 46be675 + 71fe503 commit 8a41bfe

File tree

88 files changed

+692
-690
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+692
-690
lines changed
 

‎examples/all-clusters-app/all-clusters-common/include/static-supported-modes-manager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class StaticSupportedModesManager : public chip::app::Clusters::ModeSelect::Supp
5050
};
5151

5252
static storage_value_type coffeeOptions[];
53-
static const EndpointSpanPair supportedOptionsByEndpoints[EMBER_AF_MODE_SELECT_CLUSTER_SERVER_ENDPOINT_COUNT];
53+
static const EndpointSpanPair supportedOptionsByEndpoints[MATTER_DM_MODE_SELECT_CLUSTER_SERVER_ENDPOINT_COUNT];
5454

5555
public:
5656
static const StaticSupportedModesManager instance;

‎examples/all-clusters-app/all-clusters-common/include/static-supported-temperature-levels.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class AppSupportedTemperatureLevelsDelegate : public SupportedTemperatureLevelsI
4949
static CharSpan temperatureLevelOptions[3];
5050

5151
public:
52-
static const EndpointPair supportedOptionsByEndpoints[EMBER_AF_TEMPERATURE_CONTROL_CLUSTER_SERVER_ENDPOINT_COUNT];
52+
static const EndpointPair supportedOptionsByEndpoints[MATTER_DM_TEMPERATURE_CONTROL_CLUSTER_SERVER_ENDPOINT_COUNT];
5353

5454
uint8_t Size() override;
5555

0 commit comments

Comments
 (0)