Skip to content

Commit 83b75e1

Browse files
authored
[Silabs] Replace rvc by dishwasher in SL example (project-chip#36367)
* Replace rvc by dishwasher Replace rvc by dishwasher * Restyle
1 parent 61121b8 commit 83b75e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/dishwasher-app/silabs/include/operational-state-delegate-impl.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class OperationalStateDelegate : public Delegate
6767
void SetEndpointId(EndpointId endpointId);
6868

6969
private:
70-
const GenericOperationalState rvcOpStateList[4] = {
70+
const GenericOperationalState dishwasherOpStateList[4] = {
7171
GenericOperationalState(to_underlying(OperationalStateEnum::kStopped)),
7272
GenericOperationalState(to_underlying(OperationalStateEnum::kRunning)),
7373
GenericOperationalState(to_underlying(OperationalStateEnum::kPaused)),
@@ -76,7 +76,8 @@ class OperationalStateDelegate : public Delegate
7676

7777
EndpointId mEndpointId;
7878

79-
DataModel::List<const GenericOperationalState> mOperationalStateList = Span<const GenericOperationalState>(rvcOpStateList);
79+
DataModel::List<const GenericOperationalState> mOperationalStateList =
80+
Span<const GenericOperationalState>(dishwasherOpStateList);
8081
const Span<const CharSpan> mOperationalPhaseList;
8182
};
8283

0 commit comments

Comments
 (0)