Skip to content

Commit

Permalink
[Silabs] Replace rvc by dishwasher in SL example (#36367)
Browse files Browse the repository at this point in the history
* Replace rvc by dishwasher

Replace rvc by dishwasher

* Restyle
  • Loading branch information
lboue authored Nov 19, 2024
1 parent 61121b8 commit 83b75e1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class OperationalStateDelegate : public Delegate
void SetEndpointId(EndpointId endpointId);

private:
const GenericOperationalState rvcOpStateList[4] = {
const GenericOperationalState dishwasherOpStateList[4] = {
GenericOperationalState(to_underlying(OperationalStateEnum::kStopped)),
GenericOperationalState(to_underlying(OperationalStateEnum::kRunning)),
GenericOperationalState(to_underlying(OperationalStateEnum::kPaused)),
Expand All @@ -76,7 +76,8 @@ class OperationalStateDelegate : public Delegate

EndpointId mEndpointId;

DataModel::List<const GenericOperationalState> mOperationalStateList = Span<const GenericOperationalState>(rvcOpStateList);
DataModel::List<const GenericOperationalState> mOperationalStateList =
Span<const GenericOperationalState>(dishwasherOpStateList);
const Span<const CharSpan> mOperationalPhaseList;
};

Expand Down

0 comments on commit 83b75e1

Please sign in to comment.