Skip to content

Commit

Permalink
Update src/app/clusters/laundry-washer-controls-server/laundry-washer…
Browse files Browse the repository at this point in the history
…-controls-server.h

Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
crlonxp and bzbarsky-apple authored Jul 22, 2023
1 parent 1da8c1a commit 866b712
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class LaundryWasherControlsServer : public AttributeAccessInterface
* @param NumberOfRinses attribute NumberOfRinses
* @return true on success, false on failure
*/
EmberAfStatus GetNumberOfRinses(chip::EndpointId endpointId, NumberOfRinsesEnum & numberOfRinses);
EmberAfStatus GetNumberOfRinses(EndpointId endpointId, NumberOfRinsesEnum & numberOfRinses);

private:
CHIP_ERROR Read(const ConcreteReadAttributePath & aPath, AttributeValueEncoder & aEncoder) override;
Expand Down

0 comments on commit 866b712

Please sign in to comment.